Searched refs:ondestroy (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/ |
H A D | ondestroy.c | 18 /* $Id: ondestroy.c,v 1.16 2007/06/19 23:47:17 tbox Exp $ */ 28 #include <isc/ondestroy.h>
|
H A D | httpd.c | 144 isc_httpdondestroy_t *ondestroy; /*%< cleanup callback */ member in struct:isc_httpdmgr 258 isc_httpdondestroy_t *ondestroy, void *cb_arg, 287 httpd->ondestroy = ondestroy; 369 if (httpdmgr->ondestroy != NULL) 370 (httpdmgr->ondestroy)(httpdmgr->cb_arg); 256 isc_httpdmgr_create(isc_mem_t *mctx, isc_socket_t *sock, isc_task_t *task, isc_httpdclientok_t *client_ok, isc_httpdondestroy_t *ondestroy, void *cb_arg, isc_timermgr_t *tmgr, isc_httpdmgr_t **httpdp) argument
|
H A D | mem.c | 34 #include <isc/ondestroy.h> 125 isc_ondestroy_t ondestroy; member in struct:isc_mem 774 isc_ondestroy_init(&ctx->ondestroy); 936 ondest = ctx->ondestroy; 1081 res = isc_ondestroy_register(&ctx->ondestroy, task, event);
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | libisc.mak | 159 -@erase "$(INTDIR)\ondestroy.obj"
266 "$(INTDIR)\ondestroy.obj" \
393 -@erase "$(INTDIR)\ondestroy.obj"
394 -@erase "$(INTDIR)\ondestroy.sbr"
532 "$(INTDIR)\ondestroy.sbr" \
619 "$(INTDIR)\ondestroy.obj" \
1614 SOURCE=..\ondestroy.c
1619 "$(INTDIR)\ondestroy.obj" : $(SOURCE) "$(INTDIR)"
1626 "$(INTDIR)\ondestroy.obj" "$(INTDIR)\ondestroy [all...] |
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | db.h | 59 #include <isc/ondestroy.h>
|
Completed in 1861 milliseconds