Searched refs:APR_EINCOMPLETE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c128 case APR_EINCOMPLETE:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h280 * APR_EINCOMPLETE The given path was neither relative nor absolute.
328 #define APR_EINCOMPLETE (APR_OS_START_ERROR + 22) macro
410 #define APR_STATUS_IS_EINCOMPLETE(s) ((s) == APR_EINCOMPLETE)

Completed in 68 milliseconds