Home
last modified time | relevance | path

Searched refs:APR_ESPIPE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_errno.h716 #define APR_ESPIPE ESPIPE macro
718 #define APR_ESPIPE (APR_OS_START_CANONERR + 12) macro
941 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \
1074 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE \
1150 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE)
1246 #define APR_STATUS_IS_ESPIPE(s) ((s) == APR_ESPIPE)
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/
H A Dmaperrorcode.c37 { ERROR_NEGATIVE_SEEK, APR_ESPIPE },
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/
H A Dshm.c306 if (status != APR_SUCCESS && status != APR_ESPIPE) { in apr_shm_create()
336 if (status != APR_SUCCESS && status != APR_ESPIPE) { in apr_shm_create()