Home
last modified time | relevance | path

Searched refs:cil_calloc (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_mem.h35 void *cil_calloc(size_t num_elements, size_t element_size);
Dcil_mem.c63 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc() function
Dcil_symtab.c158 symtab->htable = cil_calloc(size, sizeof(struct cil_complex_symtab *)); in cil_complex_symtab_init()
Dcil_binary.c1202 newkey = cil_calloc(1, sizeof(*newkey)); in __cil_typetransition_to_avtab()
1203 newdatum = cil_calloc(1, sizeof(*newdatum)); in __cil_typetransition_to_avtab()
1643 complete = cil_calloc(1, sizeof(*complete)); in __cil_permx_bitmap_to_sepol_xperms_list()
1656 partial = cil_calloc(1, sizeof(*partial)); in __cil_permx_bitmap_to_sepol_xperms_list()
3176 newkey = cil_calloc(1, sizeof(*newkey)); in cil_rangetransition_to_policydb()
3177 newdatum = cil_calloc(1, sizeof(*newdatum)); in cil_rangetransition_to_policydb()