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

/freebsd-11-stable/contrib/apr/misc/unix/
H A Derrorcodes.c52 case APR_ENOTIME:
/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h236 * APR_ENOTIME APR was not given a time structure
299 #define APR_ENOTIME (APR_OS_START_ERROR + 7) macro
373 #define APR_STATUS_IS_ENOTIME(s) ((s) == APR_ENOTIME)

Completed in 112 milliseconds