Home
last modified time | relevance | path

Searched refs:type_set (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dconstraint.h29 struct type_set;
60 struct type_set *type_names;
Dpolicydb.h82 typedef struct type_set { struct
/external/selinux/libsepol/src/
Dmodule_to_cil.c172 struct type_set *ts;
851 static int typeset_to_names(struct policydb *pdb, struct type_set *ts, char ***names, uint32_t *num… in typeset_to_names()
927 static int process_typeset(int indent, struct policydb *pdb, struct type_set *ts, struct list *attr… in process_typeset()
982 struct type_set *ts; in roletype_role_in_ancestor_to_cil()
1070 struct type_set *ts; in avrule_list_to_cil()
1262 struct type_set *ts; in cil_print_attr_list()
1349 struct type_set *ts; in role_trans_to_cil()
1449 struct type_set *ts; in range_trans_to_cil()
1520 struct type_set *ts; in filename_trans_to_cil()
1636 struct type_set *ts; in constraint_expr_to_string()
[all …]
/external/curl/lib/
Durldata.h530 bool type_set; /* type= was used in the URL */ member
Dftp.c4558 conn->bits.type_set = TRUE; in ftp_setup_connection()
Durl.c5003 if(conn->bits.type_set) in parse_remote_port()