Home
last modified time | relevance | path

Searched refs:mem_cb (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
H A Davc_internal.h39 static inline void set_callbacks(const struct avc_memory_callback *mem_cb, in set_callbacks() argument
44 if (mem_cb) { in set_callbacks()
45 avc_func_malloc = mem_cb->func_malloc; in set_callbacks()
46 avc_func_free = mem_cb->func_free; in set_callbacks()
H A Davc.c148 const struct avc_memory_callback *mem_cb, in avc_init_internal()
162 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init_internal()
244 const struct avc_memory_callback *mem_cb, in avc_init()
249 return avc_init_internal(prefix, mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
147 avc_init_internal(const char *prefix, const struct avc_memory_callback *mem_cb, const struct avc_log_callback *log_cb, const struct avc_thread_callback *thread_cb, const struct avc_lock_callback *lock_cb) avc_init_internal() argument
243 avc_init(const char *prefix, const struct avc_memory_callback *mem_cb, const struct avc_log_callback *log_cb, const struct avc_thread_callback *thread_cb, const struct avc_lock_callback *lock_cb) avc_init() argument

Completed in 3 milliseconds