Searched refs:type_set (Results 1 - 8 of 8) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h31 struct type_set;
62 struct type_set *type_names;
H A Dpolicydb.h83 typedef struct type_set { struct
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c802 struct type_set *ts;
812 ts = (struct type_set *)set;
904 struct type_set *ts1 = NULL, *ts2;
907 ts1 = (struct type_set *)set;
917 ts2 = (struct type_set *)node->set;
1034 static int process_typeset(struct policydb *pdb, struct type_set *ts, struct list *attr_list, char ***names, int *num_names)
1071 struct type_set *ts;
1167 struct type_set *ts;
1422 struct type_set *ts;
1518 struct type_set *t
[all...]
H A Dkernel_to_cil.c179 struct type_set *ts = curr->type_names;
H A Dkernel_to_conf.c176 struct type_set *ts = curr->type_names;
/external/curl/lib/
H A Durldata.h563 bool type_set; /* type= was used in the URL */ member in struct:ConnectBits
H A Dftp.c4502 conn->bits.type_set = TRUE;
H A Durl.c5382 if(conn->bits.type_set)

Completed in 437 milliseconds