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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h716 #define APR_ESPIPE ESPIPE macro
718 #define APR_ESPIPE (APR_OS_START_CANONERR + 12) macro
955 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \
1090 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \
1169 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE)
1268 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE)
/freebsd-11-stable/contrib/apr/shmem/unix/
H A Dshm.c306 if (status != APR_SUCCESS && status != APR_ESPIPE) {
336 if (status != APR_SUCCESS && status != APR_ESPIPE) {

Completed in 72 milliseconds