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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h714 /** @see APR_STATUS_IS_ESPIPE */
955 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \ macro
1090 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \ macro
1169 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE) macro
1268 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE) macro

Completed in 109 milliseconds