Searched refs:APR_EINIT (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/apr-util/misc/
H A Dapu_dso.c127 return APR_EINIT;
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dpollset.c226 return APR_EINIT;
H A Dpollcb.c218 return APR_EINIT;
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c519 * Returns APR_EINIT if the backend failed to initialise the context. Returns
574 return APR_EINIT;
586 return APR_EINIT;
722 * Returns APR_EINIT if the backend failed to initialise the context. Returns
757 return APR_EINIT;
769 return APR_EINIT;
H A Dapr_crypto_openssl.c615 * Returns APR_EINIT if the backend failed to initialise the context. Returns
674 return APR_EINIT;
802 * Returns APR_EINIT if the backend failed to initialise the context. Returns
844 return APR_EINIT;
H A Dapr_crypto.c237 if (rv == APR_SUCCESS || rv == APR_EINIT) { /* previously loaded?!? */
447 * Returns APR_EINIT if the backend failed to initialise the context. Returns
516 * Returns APR_EINIT if the backend failed to initialise the context. Returns
H A Dapr_crypto_nss.c120 return APR_EINIT;
753 * Returns APR_EINIT if the backend failed to initialise the context. Returns
813 return APR_EINIT;
933 * Returns APR_EINIT if the backend failed to initialise the context. Returns
976 return APR_EINIT;
/freebsd-11-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c177 if (rv == APR_SUCCESS || rv == APR_EINIT) { /* previously loaded?!? */
/freebsd-11-stable/contrib/apr/dso/unix/
H A Ddso.c73 return APR_EINIT;
/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c116 case APR_EINIT:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h272 * APR_EINIT Ininitalizer value. If no option has been found, but
474 #define APR_EINIT (APR_OS_START_STATUS + 22) macro
606 #define APR_STATUS_IS_EINIT(s) ((s) == APR_EINIT)
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd.c195 if (rv == APR_SUCCESS || rv == APR_EINIT) { /* previously loaded?!? */

Completed in 89 milliseconds