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

  /external/sepolicy/tools/
check_seapp.c 29 typedef struct rule_map rule_map; typedef in typeref:struct:rule_map
50 * we cannot free a key when overrding rule_map's in the table.
53 rule_map_preserve_key, /** Used to preserve the key in the rule_map, ie don't free it*/
54 rule_map_destroy_key /** Used when you need a full free of the rule_map structure*/
101 struct rule_map { struct
105 rule_map *next; /** next pointer used in hash table for chaining on collision */
110 rule_map *r; /** The rule map to store at that location */
337 static void rule_map_print(FILE *fp, rule_map *r) {
360 static map_match rule_map_cmp(rule_map *rmA, rule_map *rmB)
    [all...]

Completed in 1514 milliseconds