Home
last modified time | relevance | path

Searched refs:APR_ENFILE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/apr/include/
HDapr_errno.h695 #define APR_ENFILE ENFILE macro
697 #define APR_ENFILE (APR_OS_START_CANONERR + 9) macro
935 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1063 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1147 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
1240 #define APR_STATUS_IS_ENFILE(s) ((s) == APR_ENFILE)
/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDerrorcode.inc250 { 620009, "APR_ENFILE" },