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

  /external/libsepol/src/
hashtab.c 55 p->htable = (hashtab_ptr_t *) malloc(sizeof(hashtab_ptr_t) * size);
61 p->htable[i] = (hashtab_ptr_t) NULL;
69 hashtab_ptr_t prev, cur, newnode;
85 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t));
108 hashtab_ptr_t cur, last;
141 hashtab_ptr_t prev, cur, newnode;
160 newnode = (hashtab_ptr_t) malloc(sizeof(hashtab_node_t));
182 hashtab_ptr_t cur;
201 hashtab_ptr_t cur, temp
    [all...]
  /external/libsepol/include/sepol/policydb/
hashtab.h 25 typedef struct hashtab_node *hashtab_ptr_t; typedef in typeref:struct:hashtab_node
30 hashtab_ptr_t next;
34 hashtab_ptr_t *htable; /* hash table */

Completed in 155 milliseconds