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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h754 /** @see APR_STATUS_IS_EINPROGRESS */
967 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1106 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1180 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS \ macro
1287 #define APR_STATUS_IS_EINPROGRESS(s) ((s) == APR_EINPROGRESS) macro
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c392 if (!APR_STATUS_IS_EINPROGRESS(status))

Completed in 66 milliseconds