Lines Matching defs:status
90 * @param recursive_error last arg indicates error status in case we get
101 * May return an error status, typically HTTP_NOT_MODIFIED (that when the
113 * Set the keepalive status for this request
242 * other status code otherwise
455 * @param status HTTP status code
458 AP_DECLARE(int) ap_index_of_response(int status);
461 * Return the Status-Line for a given status code (excluding the
462 * HTTP-Version field). If an invalid or unknown status code is
464 * @param status The HTTP status code
467 AP_DECLARE(const char *) ap_get_status_line(int status);
507 * codes, or the default status code provided. Use it as follows:
516 * @param rv APR status code
517 * @param status Default HTTP code should the APR code not be recognised
518 * @return Mapped HTTP status code
520 AP_DECLARE(int) ap_map_http_request_error(apr_status_t rv, int status);
530 * @return error status if request is malformed, OK otherwise
719 int status;