HomeSort by relevance Sort by last modified time
    Searched refs:hashtab_val_t (Results 1 - 4 of 4) sorted by null

  /external/selinux/libsepol/include/sepol/policydb/
hashtab.h 43 } hashtab_val_t; typedef in typeref:struct:hashtab_val
45 typedef hashtab_val_t *hashtab_t;
  /external/selinux/policycoreutils/newrole/
hashtab.h 39 } hashtab_val_t; typedef in typeref:struct:hashtab_val
41 typedef hashtab_val_t *hashtab_t;
hashtab.c 25 p = (hashtab_t) malloc(sizeof(hashtab_val_t));
29 memset(p, 0, sizeof(hashtab_val_t));
  /external/selinux/libsepol/src/
hashtab.c 46 p = (hashtab_t) malloc(sizeof(hashtab_val_t));
50 memset(p, 0, sizeof(hashtab_val_t));

Completed in 229 milliseconds