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

/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dajp_utils.c79 rv = ajp_msg_get_uint8(msg, &result);
H A Dajp.h306 apr_status_t ajp_msg_get_uint8(ajp_msg_t *msg, apr_byte_t *rvalue);
H A Dajp_header.c720 rc = ajp_msg_get_uint8(msg, &result);
743 rc = ajp_msg_get_uint8(msg, &result);
787 rc = ajp_msg_get_uint8(msg, &result);
799 return ajp_msg_get_uint8(msg, reuse);
H A Dajp_msg.c423 apr_status_t ajp_msg_get_uint8(ajp_msg_t *msg, apr_byte_t *rvalue) function
427 return ajp_log_overflow(msg, "ajp_msg_get_uint8");

Completed in 40 milliseconds