Home
last modified time | relevance | path

Searched refs:log_cb (Results 1 – 12 of 12) sorted by relevance

/third_party/selinux/libselinux/src/
Davc_internal.h40 const struct avc_log_callback *log_cb, in set_callbacks() argument
48 if (log_cb) { in set_callbacks()
49 avc_func_log = log_cb->func_log; in set_callbacks()
50 avc_func_audit = log_cb->func_audit; in set_callbacks()
Davc.c149 const struct avc_log_callback *log_cb, in avc_init_internal() argument
162 set_callbacks(mem_cb, log_cb, thread_cb, lock_cb); in avc_init_internal()
245 const struct avc_log_callback *log_cb, in avc_init() argument
249 return avc_init_internal(prefix, mem_cb, log_cb, thread_cb, lock_cb); in avc_init()
/third_party/ffmpeg/libavformat/
Dlibrist.c83 static int log_cb(void *arg, enum rist_log_level log_level, const char *msg) in log_cb() function
126 ret = rist_logging_set(&logging_settings, s->log_level, log_cb, h, NULL, NULL); in librist_open()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server_i.h56 void (*log_cb)(void *ctx, const char *msg); member
Dtlsv1_server.c42 if (conn->log_cb) in tlsv1_server_log()
43 conn->log_cb(conn->log_cb_ctx, buf); in tlsv1_server_log()
733 conn->log_cb = cb; in tlsv1_server_set_log_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_server_i.h56 void (*log_cb)(void *ctx, const char *msg); member
Dtlsv1_server.c42 if (conn->log_cb) in tlsv1_server_log()
43 conn->log_cb(conn->log_cb_ctx, buf); in tlsv1_server_log()
733 conn->log_cb = cb; in tlsv1_server_set_log_cb()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp170 WelsTraceCallback log_cb = openh264_trace_cb; in gst_openh264dec_start() local
174 (void *) &log_cb); in gst_openh264dec_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_internal.c140 void (*log_cb)(void *ctx, const char *msg), in tls_connection_set_log_cb()
145 tlsv1_server_set_log_cb(conn->server, log_cb, ctx); in tls_connection_set_log_cb()
Dtls.h627 void (*log_cb)(void *ctx, const char *msg),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_internal.c140 void (*log_cb)(void *ctx, const char *msg), in tls_connection_set_log_cb()
145 tlsv1_server_set_log_cb(conn->server, log_cb, ctx); in tls_connection_set_log_cb()
Dtls.h627 void (*log_cb)(void *ctx, const char *msg),