Lines Matching defs:pval
41 qp_attach(void *uctx, void *pval, uint32_t ival);
43 qp_detach(void *uctx, void *pval, uint32_t ival);
45 qp_makekey(dns_qpkey_t key, void *uctx, void *pval, uint32_t ival);
168 void *pval = NULL;
173 result = dns_qp_lookup(&qpr, name, NULL, NULL, NULL, &pval, NULL);
175 dns_forwarders_t *fwdrs = pval;
229 qp_attach(void *uctx ISC_ATTR_UNUSED, void *pval,
231 dns_forwarders_t *forwarders = pval;
236 qp_detach(void *uctx ISC_ATTR_UNUSED, void *pval,
238 dns_forwarders_t *forwarders = pval;
243 qp_makekey(dns_qpkey_t key, void *uctx ISC_ATTR_UNUSED, void *pval,
245 dns_forwarders_t *fwd = pval;