Searched refs:newq (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
H A Dfptr_wlist.h236 uint16_t qflags, int prime, int valrec, struct module_qstate** newq));
244 int fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq));
H A Dmodule.h260 * @param newq: If the new subquery needs initialisation, it is
266 int valrec, struct module_qstate** newq);
269 * Kill newly attached sub. If attach_sub returns newq for
272 * @param newq: the new subquery that is no longer needed.
275 void (*kill_sub)(struct module_qstate* newq);
H A Dfptr_wlist.c287 uint16_t qflags, int prime, int valrec, struct module_qstate** newq))
294 fptr_whitelist_modenv_kill_sub(void (*fptr)(struct module_qstate* newq)) argument
285 fptr_whitelist_modenv_attach_sub(int (*fptr)( struct module_qstate* qstate, struct query_info* qinfo, uint16_t qflags, int prime, int valrec, struct module_qstate** newq)) argument
/freebsd-10-stable/contrib/unbound/services/
H A Dmesh.h357 * @param newq: If the new subquery needs initialisation, it is returned,
362 uint16_t qflags, int prime, int valrec, struct module_qstate** newq);
H A Dmesh.c684 uint16_t qflags, int prime, int valrec, struct module_qstate** newq)
723 *newq = &sub->s;
725 *newq = NULL;
736 /* *newq will be run when inited after the current module stops */
683 mesh_attach_sub(struct module_qstate* qstate, struct query_info* qinfo, uint16_t qflags, int prime, int valrec, struct module_qstate** newq) argument
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_uni.c560 struct sigqueue newq; local
566 TAILQ_INIT(&newq);
/freebsd-10-stable/contrib/unbound/validator/
H A Dvalidator.c367 struct module_qstate* newq; local
382 (uint16_t)(BIT_RD|flags), 0, valrec, &newq)){
386 /* newq; validator does not need state created for that
388 if(newq) {
390 sock_list_merge(&newq->blacklist, newq->region,
418 /* ignore newq; validator does not need state created for that

Completed in 115 milliseconds