Searched refs:apr_terminate (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/apr/misc/unix/
H A Dstart.c76 APR_DECLARE_NONSTD(void) apr_terminate(void) function
88 apr_terminate();
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestutil.c56 atexit(apr_terminate);
H A Ddbd.c405 apr_terminate();
/freebsd-13-stable/contrib/apr/include/
H A Dapr_general.h173 * times as long as apr_terminate() is called the same number of times.
189 * with a call to apr_terminate() at the end of program execution.
197 * automatically. apr_terminate must be called once for every call to
201 * @c atexit(apr_terminate) to ensure this is called. When using APR
206 APR_DECLARE_NONSTD(void) apr_terminate(void);
210 * automatically, same as apr_terminate()
211 * @remark An APR program must call either the apr_terminate() or apr_terminate2
213 * developers suggest using @c atexit(apr_terminate) to ensure this is done.
215 * while apr_terminate() is recommended from c language applications.
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c48 #include <apr_general.h> /* for apr_initialize/apr_terminate */
253 if (0 > atexit(apr_terminate))

Completed in 108 milliseconds