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

  /external/libselinux/src/
avc_internal.h 21 extern void (*avc_func_free) (void *)hidden;
43 avc_func_free = mem_cb->func_free;
77 if (avc_func_free)
78 avc_func_free(ptr);
avc_internal.c 33 void (*avc_func_free) (void *) = NULL; variable
  /external/qemu/distrib/libselinux/src/
avc_internal.h 21 extern void (*avc_func_free) (void *)hidden;
43 avc_func_free = mem_cb->func_free;
77 if (avc_func_free)
78 avc_func_free(ptr);
avc_internal.c 33 void (*avc_func_free) (void *) = NULL; variable

Completed in 79 milliseconds