Searched defs:APR_STATUS_IS_ERANGE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h996 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE) macro
1143 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE) macro
1207 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE) macro
1331 #define APR_STATUS_IS_ERANGE(s) ((s) == APR_ERANGE) macro

Completed in 161 milliseconds