/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_common.c | 277 if (wps->event_cb == NULL) in wps_fail_event() 285 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event() 293 if (wps->event_cb == NULL) in wps_success_event() 298 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); in wps_success_event() 307 if (wps->event_cb == NULL) in wps_pwd_auth_fail_event() 314 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event() 320 if (wps->event_cb == NULL) in wps_pbc_overlap_event() 323 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event() 329 if (wps->event_cb == NULL) in wps_pbc_timeout_event() 332 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event() [all …]
|
D | wps_er.c | 40 if (wps->event_cb == NULL) in wps_er_sta_event() 55 wps->event_cb(wps->cb_ctx, event, &data); in wps_er_sta_event() 133 if (wps->event_cb == NULL) in wps_er_ap_event() 150 wps->event_cb(wps->cb_ctx, event, &data); in wps_er_ap_event() 1415 ap->er->wps->event_cb(ap->er->wps->cb_ctx, in wps_er_http_set_sel_reg_cb() 1551 er->wps->event_cb(er->wps->cb_ctx, in wps_er_set_sel_reg() 1622 ap->er->wps->event_cb(ap->er->wps->cb_ctx, WPS_EV_ER_AP_SETTINGS, in wps_er_ap_settings_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_common.c | 277 if (wps->event_cb == NULL) in wps_fail_event() 285 wps->event_cb(wps->cb_ctx, WPS_EV_FAIL, &data); in wps_fail_event() 293 if (wps->event_cb == NULL) in wps_success_event() 298 wps->event_cb(wps->cb_ctx, WPS_EV_SUCCESS, &data); in wps_success_event() 307 if (wps->event_cb == NULL) in wps_pwd_auth_fail_event() 314 wps->event_cb(wps->cb_ctx, WPS_EV_PWD_AUTH_FAIL, &data); in wps_pwd_auth_fail_event() 320 if (wps->event_cb == NULL) in wps_pbc_overlap_event() 323 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_OVERLAP, NULL); in wps_pbc_overlap_event() 329 if (wps->event_cb == NULL) in wps_pbc_timeout_event() 332 wps->event_cb(wps->cb_ctx, WPS_EV_PBC_TIMEOUT, NULL); in wps_pbc_timeout_event() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | x11wrap.c | 62 pa_x11_event_cb_t event_cb; member 82 if (c->event_cb) in work() 83 if (c->event_cb(w, &e, c->userdata) != 0) in work() 281 pa_x11_client* pa_x11_client_new(pa_x11_wrapper *w, pa_x11_event_cb_t event_cb, pa_x11_kill_cb_t ki… in pa_x11_client_new() argument 289 c->event_cb = event_cb; in pa_x11_client_new()
|
D | x11wrap.h | 55 pa_x11_client* pa_x11_client_new(pa_x11_wrapper *w, pa_x11_event_cb_t event_cb, pa_x11_kill_cb_t ki…
|
/third_party/glib/gio/tests/ |
D | socket-listener.c | 23 event_cb (GSocketListener *listener, in event_cb() function 67 g_signal_connect (listener, "event", G_CALLBACK (event_cb), &success); in test_event_signal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_gnutls.c | 36 void (*event_cb)(void *ctx, enum tls_event ev, member 122 global->event_cb = conf->event_cb; in tls_init() 937 if (global->event_cb == NULL) in gnutls_tls_fail_event() 949 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in gnutls_tls_fail_event() 1298 if (conn->global->event_cb) { in tls_connection_verify_peer() 1323 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1407 if (conn->global->event_cb != NULL) in tls_connection_verify_peer() 1408 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1488 if (conn->global->event_cb) { in tls_connection_handshake() 1493 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake() [all …]
|
D | tls_internal.c | 27 void (*event_cb)(void *ctx, enum tls_event ev, member 60 global->event_cb = conf->event_cb; in tls_init() 110 tlsv1_client_set_cb(conn->client, global->event_cb, in tls_connection_init()
|
D | tls_wolfssl.c | 55 void (*event_cb)(void *ctx, enum tls_event ev, member 107 context->event_cb = conf->event_cb; in tls_context_new() 836 if (!context->event_cb) in wolfssl_tls_fail_event() 847 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in wolfssl_tls_fail_event() 868 if (!context->event_cb) in wolfssl_tls_cert_event() 937 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev); in wolfssl_tls_cert_event() 1126 if (depth == 0 && preverify_ok && context->event_cb != NULL) in tls_verify_cb() 1127 context->event_cb(context->cb_ctx, in tls_verify_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_gnutls.c | 36 void (*event_cb)(void *ctx, enum tls_event ev, member 122 global->event_cb = conf->event_cb; in tls_init() 937 if (global->event_cb == NULL) in gnutls_tls_fail_event() 949 global->event_cb(global->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in gnutls_tls_fail_event() 1298 if (conn->global->event_cb) { in tls_connection_verify_peer() 1323 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1407 if (conn->global->event_cb != NULL) in tls_connection_verify_peer() 1408 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_verify_peer() 1488 if (conn->global->event_cb) { in tls_connection_handshake() 1493 conn->global->event_cb(conn->global->cb_ctx, in tls_connection_handshake() [all …]
|
D | tls_internal.c | 27 void (*event_cb)(void *ctx, enum tls_event ev, member 60 global->event_cb = conf->event_cb; in tls_init() 110 tlsv1_client_set_cb(conn->client, global->event_cb, in tls_connection_init()
|
D | tls_wolfssl.c | 55 void (*event_cb)(void *ctx, enum tls_event ev, member 107 context->event_cb = conf->event_cb; in tls_context_new() 836 if (!context->event_cb) in wolfssl_tls_fail_event() 847 context->event_cb(context->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in wolfssl_tls_fail_event() 868 if (!context->event_cb) in wolfssl_tls_cert_event() 937 context->event_cb(context->cb_ctx, TLS_PEER_CERTIFICATE, &ev); in wolfssl_tls_cert_event() 1126 if (depth == 0 && preverify_ok && context->event_cb != NULL) in tls_verify_cb() 1127 context->event_cb(context->cb_ctx, in tls_verify_cb()
|
/third_party/glib/gio/inotify/ |
D | inotify-path.h | 27 gboolean _ip_startup (gboolean (*event_cb)(ik_event_t *event, inotify_sub *sub, gboolean file_e…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_client_read.c | 289 if (!conn->event_cb) in tls_peer_cert_event() 315 conn->event_cb(conn->cb_ctx, TLS_PEER_CERTIFICATE, &ev); in tls_peer_cert_event() 329 if (!conn->event_cb || !cert) in tls_cert_chain_failure_event() 341 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in tls_cert_chain_failure_event() 517 if (conn->event_cb) { in tls_process_certificate() 525 conn->event_cb(conn->cb_ctx, in tls_process_certificate() 536 if (conn->event_cb) { in tls_process_certificate() 549 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, in tls_process_certificate()
|
D | tlsv1_client.h | 56 void (*event_cb)(void *ctx, enum tls_event ev,
|
D | tlsv1_client_i.h | 71 void (*event_cb)(void *ctx, enum tls_event ev, member
|
D | tlsv1_client.c | 862 void (*event_cb)(void *ctx, enum tls_event ev, in tlsv1_client_set_cb() 867 conn->event_cb = event_cb; in tlsv1_client_set_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_client_read.c | 289 if (!conn->event_cb) in tls_peer_cert_event() 315 conn->event_cb(conn->cb_ctx, TLS_PEER_CERTIFICATE, &ev); in tls_peer_cert_event() 329 if (!conn->event_cb || !cert) in tls_cert_chain_failure_event() 341 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, &ev); in tls_cert_chain_failure_event() 517 if (conn->event_cb) { in tls_process_certificate() 525 conn->event_cb(conn->cb_ctx, in tls_process_certificate() 536 if (conn->event_cb) { in tls_process_certificate() 549 conn->event_cb(conn->cb_ctx, TLS_CERT_CHAIN_FAILURE, in tls_process_certificate()
|
D | tlsv1_client.h | 56 void (*event_cb)(void *ctx, enum tls_event ev,
|
D | tlsv1_client_i.h | 71 void (*event_cb)(void *ctx, enum tls_event ev, member
|
D | tlsv1_client.c | 862 void (*event_cb)(void *ctx, enum tls_event ev, in tlsv1_client_set_cb() 867 conn->event_cb = event_cb; in tlsv1_client_set_cb()
|
/third_party/curl/docs/examples/ |
D | ghiper.c | 178 static gboolean event_cb(GIOChannel *ch, GIOCondition condition, gpointer data) in event_cb() function 230 f->ev = g_io_add_watch(f->ch, kind, event_cb, g); in setsock()
|
D | hiperfifo.c | 194 static void event_cb(int fd, short kind, void *userp) in event_cb() function 260 event_assign(&f->ev, g->evbase, f->sockfd, kind, event_cb, g); in setsock()
|
D | evhiperfifo.c | 200 static void event_cb(EV_P_ struct ev_io *w, int revents) in event_cb() function 258 ev_io_init(&f->ev, event_cb, f->sockfd, kind); in setsock()
|
D | ephiperfifo.c | 199 static void event_cb(GlobalInfo *g, int fd, int revents) in event_cb() function 536 event_cb(&g, events[idx].data.fd, events[idx].events); in main()
|