HomeSort by: relevance | last modified time | path
    Searched defs:transphandle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/netmgr/
streamdns.c 102 streamdns_resumeread(isc_nmsocket_t *sock, isc_nmhandle_t *transphandle) {
105 isc_nm_read(transphandle, streamdns_readcb, (void *)sock);
110 streamdns_readmore(isc_nmsocket_t *sock, isc_nmhandle_t *transphandle) {
111 streamdns_resumeread(sock, transphandle);
122 streamdns_pauseread(isc_nmsocket_t *sock, isc_nmhandle_t *transphandle) {
125 isc_nm_read_stop(transphandle);
133 isc_nmhandle_t *transphandle) {
188 streamdns_pauseread(sock, transphandle);
194 streamdns_readmore(sock, transphandle);
199 streamdns_pauseread(sock, transphandle);
220 isc_nmhandle_t *transphandle = (isc_nmhandle_t *)userarg; local
    [all...]
http.c 224 isc_nmhandle_t *transphandle; member in struct:isc_http_send_req
287 http_transpost_tcp_nodelay(isc_nmhandle_t *transphandle);
1328 isc_nmhandle_t *transphandle = req->transphandle; local
1357 isc_nmhandle_detach(&transphandle);
1397 isc_nmhandle_t *transphandle = NULL; local
1432 isc_nmhandle_attach(session->handle, &transphandle);
1551 send->transphandle = transphandle;
1562 isc_nm_send(transphandle, &send_data, http_writecb, send)
    [all...]

Completed in 36 milliseconds