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

/freebsd-11.0-release/contrib/apr/misc/unix/
H A Dstart.c76 APR_DECLARE_NONSTD(void) apr_terminate(void) function
88 apr_terminate();
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestutil.c56 atexit(apr_terminate);
H A Ddbd.c405 apr_terminate();
/freebsd-11.0-release/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
205 APR_DECLARE_NONSTD(void) apr_terminate(void);
209 * automatically, same as apr_terminate
210 * @remark An APR program must call either the apr_terminate or apr_terminate2
212 * developers suggest using atexit(apr_terminate) to ensure this is done.
214 * while apr_terminate is recommended from c language applications.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c42 #include <apr_general.h> /* for apr_initialize/apr_terminate */
245 if (0 > atexit(apr_terminate))

Completed in 97 milliseconds