Searched refs:APR_ERELATIVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dfilepath.c78 return APR_ERELATIVE;
173 return APR_ERELATIVE;
/freebsd-11.0-release/contrib/apr/misc/unix/
H A Derrorcodes.c126 case APR_ERELATIVE:
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h279 * APR_ERELATIVE The given path was relative.
326 #define APR_ERELATIVE (APR_OS_START_ERROR + 21) macro
408 #define APR_STATUS_IS_ERELATIVE(s) ((s) == APR_ERELATIVE)

Completed in 107 milliseconds