Searched refs:APR_ESPIPE (Results 1 – 3 of 3) sorted by relevance
716 #define APR_ESPIPE ESPIPE macro718 #define APR_ESPIPE (APR_OS_START_CANONERR + 12) macro955 #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)
134 { 620012, "APR_ESPIPE" },
306 if (status != APR_SUCCESS && status != APR_ESPIPE) { in apr_shm_create()336 if (status != APR_SUCCESS && status != APR_ESPIPE) { in apr_shm_create()