Searched refs:tcpbuf (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dclient.c578 if (client->tcpbuf != NULL)
579 isc_mem_put(client->mctx, client->tcpbuf,
809 if (client->tcpbuf != NULL) {
811 isc_mem_put(client->mctx, client->tcpbuf, TCP_BUFFER_SIZE);
812 client->tcpbuf = NULL;
840 INSIST(client->tcpbuf == NULL);
845 client->tcpbuf = isc_mem_get(client->mctx, TCP_BUFFER_SIZE);
846 if (client->tcpbuf == NULL) {
850 data = client->tcpbuf;
1001 if (client->tcpbuf !
[all...]
/bind-9.11.3/bin/named/include/named/
H A Dclient.h105 unsigned char * tcpbuf; member in struct:ns_client

Completed in 12 milliseconds