Searched refs:query_description (Results 1 – 5 of 5) sorted by relevance
/support/ |
A D | check_nss.h | 31 void check_addrinfo (const char *query_description, 33 void check_dns_packet (const char *query_description, 35 void check_hostent (const char *query_description, 37 void check_netent (const char *query_description,
|
A D | check_hostent.c | 29 check_hostent (const char *query_description, struct hostent *h, in check_hostent() argument 37 if (query_description != NULL) in check_hostent() 38 printf ("query: %s\n", query_description); in check_hostent()
|
A D | check_netent.c | 29 check_netent (const char *query_description, struct netent *e, in check_netent() argument 37 if (query_description != NULL) in check_netent() 38 printf ("query: %s\n", query_description); in check_netent()
|
A D | check_addrinfo.c | 29 check_addrinfo (const char *query_description, struct addrinfo *ai, int ret, in check_addrinfo() argument 37 if (query_description != NULL) in check_addrinfo() 38 printf ("query: %s\n", query_description); in check_addrinfo()
|
A D | check_dns_packet.c | 29 check_dns_packet (const char *query_description, in check_dns_packet() argument 38 if (query_description != NULL) in check_dns_packet() 39 printf ("query: %s\n", query_description); in check_dns_packet()
|
Completed in 10 milliseconds