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

  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 25 typedef struct sidtab_node *sidtab_ptr_t; typedef in typeref:struct:sidtab_node
34 sidtab_ptr_t *htable;
  /external/selinux/libsepol/src/
sidtab.c 30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE);
34 s->htable[i] = (sidtab_ptr_t) NULL;
290 sidtab_ptr_t cur, temp;

Completed in 77 milliseconds