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

/bind-9.11.3/bin/tests/
H A Dadb_test.c37 typedef struct client client_t; typedef in typeref:struct:client
41 ISC_LINK(client_t) link;
57 static ISC_LIST(client_t) clients;
80 static client_t *
82 client_t *client;
94 free_client(client_t **c) {
95 client_t *client;
120 client_t *client;
234 client_t *client;
302 RUNTIME_CHECK(isc_mempool_create(mctx, sizeof(client_t),
[all...]

Completed in 10 milliseconds