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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_errno.h679 /** @see APR_STATUS_IS_ENOMEM */
946 #define APR_STATUS_IS_ENOMEM(s) ((s) == APR_ENOMEM) macro
1071 #define APR_STATUS_IS_ENOMEM(s) ((s) == APR_ENOMEM \ macro
1164 #define APR_STATUS_IS_ENOMEM(s) ((s) == APR_ENOMEM) macro
1258 #define APR_STATUS_IS_ENOMEM(s) ((s) == APR_ENOMEM) macro

Completed in 58 milliseconds