Searched refs:ondestroy (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drriterator.h37 #include <isc/ondestroy.h>
H A Ddb.h59 #include <isc/ondestroy.h>
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dondestroy.c18 /* $Id: ondestroy.c,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
28 #include <isc/ondestroy.h>
H A Dhttpd.c132 isc_httpdondestroy_t *ondestroy; /*%< cleanup callback */ member in struct:isc_httpdmgr
238 isc_httpdondestroy_t *ondestroy, void *cb_arg,
267 httpd->ondestroy = ondestroy;
348 if (httpdmgr->ondestroy != NULL)
349 (httpdmgr->ondestroy)(httpdmgr->cb_arg);
236 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 Dmem.c34 #include <isc/ondestroy.h>
128 isc_ondestroy_t ondestroy; member in struct:isc__mem
334 void *createx, *create, *create2, *ondestroy, *stats, member in struct:isc__memmethods
953 isc_ondestroy_init(&ctx->ondestroy);
1114 ondest = ctx->ondestroy;
1262 res = isc_ondestroy_register(&ctx->ondestroy, task, event);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dondestroy.c18 /* $Id: ondestroy.c,v 1.16 2007/06/19 23:47:17 tbox Exp $ */
28 #include <isc/ondestroy.h>
H A Dhttpd.c144 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 Dmem.c34 #include <isc/ondestroy.h>
128 isc_ondestroy_t ondestroy; member in struct:isc__mem
332 void *createx, *create, *create2, *ondestroy, *stats, member in struct:isc__memmethods
952 isc_ondestroy_init(&ctx->ondestroy);
1113 ondest = ctx->ondestroy;
1261 res = isc_ondestroy_register(&ctx->ondestroy, task, event);
/freebsd-9.3-release/usr.sbin/ntp/libntp/
H A DMakefile64 ondestroy.c \
/freebsd-9.3-release/lib/bind/isc/
H A DMakefile39 netaddr.c netscope.c ondestroy.c \
100 ${SRCDIR}/include/isc/ondestroy.h \
/freebsd-9.3-release/contrib/ntp/libntp/
H A DMakefile.am28 $(srcdir)/../lib/isc/ondestroy.c \
H A DMakefile.in176 $(srcdir)/../lib/isc/ondestroy.c $(srcdir)/../lib/isc/random.c \
196 netscope.$(OBJEXT) ondestroy.$(OBJEXT) random.$(OBJEXT) \
260 $(srcdir)/../lib/isc/ondestroy.c $(srcdir)/../lib/isc/random.c \
629 $(srcdir)/../lib/isc/ondestroy.c $(srcdir)/../lib/isc/random.c \
843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ondestroy.Po@am__quote@
1179 ondestroy.o: $(srcdir)/../lib/isc/ondestroy.c
1180 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ondestroy.o -MD -MP -MF $(DEPDIR)/ondestroy.Tpo -c -o ondestroy
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak162 -@erase "$(INTDIR)\ondestroy.obj"
270 "$(INTDIR)\ondestroy.obj" \
400 -@erase "$(INTDIR)\ondestroy.obj"
401 -@erase "$(INTDIR)\ondestroy.sbr"
539 "$(INTDIR)\ondestroy.sbr" \
627 "$(INTDIR)\ondestroy.obj" \
1657 SOURCE=..\ondestroy.c
1662 "$(INTDIR)\ondestroy.obj" : $(SOURCE) "$(INTDIR)"
1669 "$(INTDIR)\ondestroy.obj" "$(INTDIR)\ondestroy
[all...]

Completed in 155 milliseconds