Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 49318 invoked from network); 26 Nov 2007 01:10:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2007 01:10:59 -0000 Received: (qmail 5660 invoked by uid 500); 26 Nov 2007 01:10:47 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 5623 invoked by uid 500); 26 Nov 2007 01:10:47 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 5612 invoked by uid 99); 26 Nov 2007 01:10:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2007 17:10:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 01:10:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5D9711A987D; Sun, 25 Nov 2007 17:09:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r598101 [25/31] - in /apr/site/trunk/docs/docs: apr-util/0.9/ apr-util/1.2/ apr-util/trunk/ apr/0.9/ apr/1.2/ apr/trunk/ Date: Mon, 26 Nov 2007 01:06:54 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071126010922.5D9711A987D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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