Home
last modified time | relevance | path

Searched refs:cachedb_qstate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c298 struct cachedb_qstate* iq = (struct cachedb_qstate*)regional_alloc( in cachedb_new()
299 qstate->region, sizeof(struct cachedb_qstate)); in cachedb_new()
731 struct cachedb_qstate* ATTR_UNUSED(iq), in cachedb_handle_query()
809 struct cachedb_qstate* ATTR_UNUSED(iq), struct cachedb_env* ie, int id) in cachedb_handle_response()
836 struct cachedb_qstate* iq = (struct cachedb_qstate*)qstate->minfo[id]; in cachedb_operate()
849 iq = (struct cachedb_qstate*)qstate->minfo[id]; in cachedb_operate()
892 struct cachedb_qstate* iq; in cachedb_clear()
895 iq = (struct cachedb_qstate*)qstate->minfo[id]; in cachedb_clear()
H A Dcachedb.h64 struct cachedb_qstate { struct
/netbsd-src/external/bsd/unbound/dist/ipset/
H A Dipset.c354 struct cachedb_qstate *iq; in ipset_clear()
358 iq = (struct cachedb_qstate *)qstate->minfo[id]; in ipset_clear()