HomeSort by relevance Sort by last modified time
    Searched full:hashtab_map (Results 1 - 14 of 14) sorted by null

  /external/libsepol/include/sepol/policydb/
hashtab.h 112 If apply returns a non-zero status, then hashtab_map will cease
116 extern int hashtab_map(hashtab_t h,
122 Same as hashtab_map, except that if apply returns a non-zero status,
  /external/libsepol/src/
util.c 93 rc = hashtab_map(cladatum->permissions.table,
96 rc = hashtab_map(cladatum->comdatum->
hierarchy.c 399 * This function should be called with hashtab_map, it will return 0 on success, 1 on
425 * its parent doesn't have. This function should be called with hashtab_map,
468 if (hashtab_map(p->p_types.table, check_type_hierarchy_callback, &args))
480 if (hashtab_map(p->p_roles.table, check_role_hierarchy_callback, &args))
483 if (hashtab_map(p->p_users.table, check_user_hierarchy_callback, &args))
expand.c 349 if (hashtab_map
544 if (hashtab_map
    [all...]
link.c 60 /* temporary variables, used during hashtab_map() calls */
333 hashtab_map(cladatum->permissions.table, permission_copy_callback,
    [all...]
hashtab.c 222 int hashtab_map(hashtab_t h, function