Home
last modified time | relevance | path

Searched refs:APR_ENOTIME (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derrorcode.inc65 { 20007, "APR_ENOTIME" },
/freebsd-12-stable/contrib/apr/misc/unix/
Derrorcodes.c52 case APR_ENOTIME: in apr_error_string()
/freebsd-12-stable/contrib/apr/include/
Dapr_errno.h299 #define APR_ENOTIME (APR_OS_START_ERROR + 7) macro
373 #define APR_STATUS_IS_ENOTIME(s) ((s) == APR_ENOTIME)