HomeSort by relevance Sort by last modified time
    Searched defs:apr_status_t (Results 1 - 3 of 3) sorted by null

  /webstack/webstack/branches/CoolStack12Rtm/src/httpd-2.2.6/srclib/apr/include/
apr_errno.h 44 typedef int apr_status_t; typedef
52 APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
58 * Fold a platform specific error into an apr_status_t code.
59 * @return apr_status_t
67 * @def APR_TO_OS_ERROR(apr_status_t statcode)
69 * Fold an apr_status_t code back to the native platform defined error.
70 * @param e The apr_status_t folded platform os error code.
78 * @return apr_status_t the last platform error, folded into apr_status_t, on most platforms
86 * Reset the last platform error, unfolded from an apr_status_t, on some platform
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.3/srclib/apr/include/
apr_errno.h 44 typedef int apr_status_t; typedef
52 APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
58 * Fold a platform specific error into an apr_status_t code.
59 * @return apr_status_t
67 * @def APR_TO_OS_ERROR(apr_status_t statcode)
69 * Fold an apr_status_t code back to the native platform defined error.
70 * @param e The apr_status_t folded platform os error code.
78 * @return apr_status_t the last platform error, folded into apr_status_t, on most platforms
86 * Reset the last platform error, unfolded from an apr_status_t, on some platform
    [all...]
  /webstack/webstack/trunk/src/httpd-2.2.6/srclib/apr/include/
apr_errno.h 44 typedef int apr_status_t; typedef
52 APR_DECLARE(char *) apr_strerror(apr_status_t statcode, char *buf,
58 * Fold a platform specific error into an apr_status_t code.
59 * @return apr_status_t
67 * @def APR_TO_OS_ERROR(apr_status_t statcode)
69 * Fold an apr_status_t code back to the native platform defined error.
70 * @param e The apr_status_t folded platform os error code.
78 * @return apr_status_t the last platform error, folded into apr_status_t, on most platforms
86 * Reset the last platform error, unfolded from an apr_status_t, on some platform
    [all...]

Completed in 180 milliseconds