OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_cb
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libselinux/src/
avc_internal.h
37
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;
avc.c
165
const struct avc_log_callback *
log_cb
,
178
set_callbacks(mem_cb,
log_cb
, thread_cb, lock_cb);
/external/wpa_supplicant_8/src/tls/
tlsv1_server_i.h
54
void (*
log_cb
)(void *ctx, const char *msg);
member in struct:tlsv1_server
tlsv1_server.c
42
if (conn->
log_cb
)
43
conn->
log_cb
(conn->log_cb_ctx, buf);
706
conn->
log_cb
= cb;
/external/wpa_supplicant_8/src/crypto/
tls.h
581
void (*
log_cb
)(void *ctx, const char *msg),
tls_internal.c
140
void (*
log_cb
)(void *ctx, const char *msg),
145
tlsv1_server_set_log_cb(conn->server,
log_cb
, ctx);
Completed in 566 milliseconds