Searched defs:connecting (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h170 ISC_LIST(dig_query_t) connecting; member in struct:dig_lookup
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c21 * - the connecting thread computes the date of the next connection,
33 * - rating is done by the connecting thread.
38 * - at the beginning of the connecting thread iteration loop
193 int xconn, *xconnl; /* connecting list */
1290 connecting(void *dummy) function
1320 perror("clock_gettime(connecting)");
1362 perror("clock_gettime(connecting)");
2245 ret = pthread_create(&connector, NULL, connecting, NULL);
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c366 connecting : 1, /* connect pending */ member in struct:isc__socket
2367 sock->connecting = 0;
2422 INSIST(!sock->connecting);
3288 INSIST(!sock->connecting);
3305 sock->connecting = 0;
3431 INSIST(sock->connecting);
4041 if (sock->connecting)
5885 if (sock->connecting) {
5993 if (ISC_LIST_EMPTY(sock->connect_list) && !sock->connecting)
5996 sock->connecting
[all...]
/bind-9.11.3/lib/dns/
H A Dresolver.c1838 QTRACE("connecting via TCP");
2122 isc_boolean_t connecting = ISC_FALSE; local
2541 connecting = ISC_TRUE;
2569 if (connecting) {
2571 * This query is still connecting.

Completed in 272 milliseconds