Modified: apr/site/trunk/docs/docs/apr/trunk/apr__errno_8h.html URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__errno_8h.html?rev=598101&r1=598100&r2=598101&view=diff ============================================================================== --- apr/site/trunk/docs/docs/apr/trunk/apr__errno_8h.html (original) +++ apr/site/trunk/docs/docs/apr/trunk/apr__errno_8h.html Sun Nov 25 17:05:47 2007 @@ -108,6 +108,14 @@ #define APR_ENOTENOUGHENTROPY   (APR_OS_START_ERROR + 28) +#define APR_ENOCIPHER   (APR_OS_START_ERROR + 29) + +#define APR_ENODIGEST   (APR_OS_START_ERROR + 30) + +#define APR_ENOCERT   (APR_OS_START_ERROR + 31) + +#define APR_ENOENGINE   (APR_OS_START_ERROR + 32) + #define APR_STATUS_IS_ENOSTAT(s)   ((s) == APR_ENOSTAT) #define APR_STATUS_IS_ENOPOOL(s)   ((s) == APR_ENOPOOL) @@ -160,6 +168,14 @@ #define APR_STATUS_IS_ENOTENOUGHENTROPY(s)   ((s) == APR_ENOTENOUGHENTROPY) +#define APR_STATUS_IS_ENOCIPHER(s)   ((s) == APR_ENOCIPHER) + +#define APR_STATUS_IS_ENODIGEST(s)   ((s) == APR_ENODIGEST) + +#define APR_STATUS_IS_ENOCERT(s)   ((s) == APR_ENOCERT) + +#define APR_STATUS_IS_ENOENGINE(s)   ((s) == APR_ENOENGINE) + #define APR_INCHILD   (APR_OS_START_STATUS + 1) #define APR_INPARENT   (APR_OS_START_STATUS + 2) @@ -288,6 +304,8 @@ #define APR_ENOTEMPTY   (APR_OS_START_CANONERR + 26) +#define APR_EAFNOSUPPORT   (APR_OS_START_CANONERR + 27) + #define APR_FROM_OS_ERROR(e)   (e) #define APR_TO_OS_ERROR(e)   (e) @@ -352,6 +370,8 @@ #define APR_STATUS_IS_ENOTEMPTY(s) +#define APR_STATUS_IS_EAFNOSUPPORT(s)   ((s) == APR_EAFNOSUPPORT) +

Typedefs

typedef int apr_status_t @@ -362,7 +382,7 @@

Detailed Description

APR Error Codes.

-


Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by  +
Generated on Mon Nov 26 11:18:52 2007 for Apache Portable Runtime by  doxygen 1.5.2