HomeSort by: relevance | last modified time | path
    Searched refs:hookactx (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/ns/include/ns/
query.h 123 ns_hookasync_t *hookactx; member in struct:ns_query
  /src/external/mpl/bind/dist/tests/ns/
query_test.c 951 INSIST(qctx->client->query.hookactx == NULL);
967 INSIST(qctx->client->query.hookactx == NULL);
  /src/external/mpl/bind/dist/lib/ns/
query.c 777 if (client->query.hookactx != NULL) {
778 client->query.hookactx->cancel(client->query.hookactx);
779 client->query.hookactx = NULL;
6837 if (client->query.hookactx != NULL) {
6838 INSIST(rev->ctx == client->query.hookactx);
6839 client->query.hookactx = NULL;
6970 REQUIRE(client->query.hookactx == NULL);
6982 &client->query.hookactx);

Completed in 33 milliseconds