| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| client.h | 176 isc_nmhandle_t *sendhandle; /* Waiting for send callback */ member in struct:ns_client
|
| /src/external/mpl/bind/dist/tests/isc/ |
| doh_test.c | 650 isc_nmhandle_t *sendhandle = NULL; local 659 isc_nmhandle_attach(handle, &sendhandle);
|
| netmgr_common.c | 281 isc_nmhandle_t *sendhandle = handle; local 283 assert_non_null(sendhandle); 311 isc_nmhandle_detach(&sendhandle); 316 isc_nmhandle_t *sendhandle = NULL; local 318 isc_nmhandle_attach(handle, &sendhandle); 320 isc_nm_send(sendhandle, &send_msg, connect_send_cb, NULL); 408 isc_nmhandle_t *sendhandle = handle; local 413 assert_non_null(sendhandle); 435 isc_nmhandle_detach(&sendhandle); 468 isc_nmhandle_t *sendhandle = NULL local 830 isc_nmhandle_t *sendhandle = NULL; local 1374 isc_nmhandle_t *sendhandle = handle; local 1466 isc_nmhandle_t *sendhandle = NULL; local 1599 isc_nmhandle_t *sendhandle = NULL; local 1672 isc_nmhandle_t *sendhandle = NULL; local 1735 isc_nmhandle_t *sendhandle = NULL; local 1930 isc_nmhandle_t *sendhandle = NULL; local 2029 isc_nmhandle_t *sendhandle = NULL; local 2296 isc_nmhandle_t *sendhandle = NULL; local 2339 isc_nmhandle_t *sendhandle = NULL; local [all...] |
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.h | 224 isc_nmhandle_t *sendhandle; member in struct:dig_query
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dispatch.c | 2192 isc_nmhandle_t *sendhandle = NULL; local 2197 isc_nmhandle_attach(resp->handle, &sendhandle); 2200 isc_nmhandle_attach(disp->handle, &sendhandle); 2206 isc_nm_send(sendhandle, r, send_done, resp);
|