Lines Matching defs:saved_qctx
6807 query_ctx_t *qctx = rev->saved_qctx;
6943 query_ctx_t *saved_qctx = NULL;
6956 saved_qctx = isc_mem_get(client->manager->mctx, sizeof(*saved_qctx));
6957 qctx_save(qctx, saved_qctx);
6958 result = runasync(saved_qctx, client->manager->mctx, arg,
6995 if (saved_qctx != NULL) {
6996 qctx_clean(saved_qctx);
6997 qctx_freedata(saved_qctx);
6998 qctx_destroy(saved_qctx);
6999 isc_mem_put(client->manager->mctx, saved_qctx,
7000 sizeof(*saved_qctx));
11692 query_ctx_t *saved_qctx = NULL;
11694 saved_qctx = isc_mem_get(qctx->client->manager->mctx,
11695 sizeof(*saved_qctx));
11696 qctx_save(qctx, saved_qctx);
11700 async_restart, saved_qctx);