Searched refs:log_cb (Results 1 - 16 of 16) sorted by relevance

/external/libselinux/src/
H A Davc_internal.h37 const struct avc_log_callback *log_cb,
45 if (log_cb) {
46 avc_func_log = log_cb->func_log;
47 avc_func_audit = log_cb->func_audit;
36 set_callbacks(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) argument
H A Davc.c125 const struct avc_log_callback *log_cb,
138 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb);
123 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) argument
/external/selinux/libselinux/src/
H A Davc_internal.h37 const struct avc_log_callback *log_cb,
45 if (log_cb) {
46 avc_func_log = log_cb->func_log;
47 avc_func_audit = log_cb->func_audit;
36 set_callbacks(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) argument
H A Davc.c165 const struct avc_log_callback *log_cb,
178 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb);
163 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) argument
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_i.h54 void (*log_cb)(void *ctx, const char *msg); member in struct:tlsv1_server
H A Dtlsv1_server.c42 if (conn->log_cb)
43 conn->log_cb(conn->log_cb_ctx, buf);
706 conn->log_cb = cb;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_i.h54 void (*log_cb)(void *ctx, const char *msg); member in struct:tlsv1_server
H A Dtlsv1_server.c42 if (conn->log_cb)
43 conn->log_cb(conn->log_cb_ctx, buf);
706 conn->log_cb = cb;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_i.h54 void (*log_cb)(void *ctx, const char *msg); member in struct:tlsv1_server
H A Dtlsv1_server.c42 if (conn->log_cb)
43 conn->log_cb(conn->log_cb_ctx, buf);
706 conn->log_cb = cb;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_internal.c126 void (*log_cb)(void *ctx, const char *msg),
131 tlsv1_server_set_log_cb(conn->server, log_cb, ctx);
H A Dtls.h551 void (*log_cb)(void *ctx, const char *msg),
/external/wpa_supplicant_8/src/crypto/
H A Dtls_internal.c126 void (*log_cb)(void *ctx, const char *msg),
131 tlsv1_server_set_log_cb(conn->server, log_cb, ctx);
H A Dtls.h551 void (*log_cb)(void *ctx, const char *msg),
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_internal.c126 void (*log_cb)(void *ctx, const char *msg),
131 tlsv1_server_set_log_cb(conn->server, log_cb, ctx);
H A Dtls.h551 void (*log_cb)(void *ctx, const char *msg),

Completed in 317 milliseconds