Home
last modified time | relevance | path

Searched refs:match_self (Results 1 – 3 of 3) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_find.c43 int match_self; member
295 …e, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule() argument
303 if (match_self != CIL_TRUE && avrule == target) goto exit; in cil_find_matching_avrule()
367 rc = cil_find_matching_avrule(node, node->data, args->target, args->matching, args->match_self); in __cil_find_matching_avrule_in_ast()
375 …ree_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self) in cil_find_matching_avrule_in_ast() argument
383 args.match_self = match_self; in cil_find_matching_avrule_in_ast()
Dcil_find.h37 …ee_node *current, enum cil_flavor flavor, void *target, struct cil_list *matching, int match_self);
/third_party/python/Python/
Dceval.c1028 int match_self = 0; in match_class() local
1046 match_self = PyType_HasFeature((PyTypeObject*)type, in match_class()
1053 Py_ssize_t allowed = match_self ? 1 : PyTuple_GET_SIZE(match_args); in match_class()
1062 if (match_self) { in match_class()