Searched refs:ajp_msg_peek_uint8 (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/proxy/
H A Dajp.h302 apr_status_t ajp_msg_peek_uint8(ajp_msg_t *msg, apr_byte_t *rvalue);
H A Dajp_header.c736 rc = ajp_msg_peek_uint8(*msg, &result);
739 "ajp_read_header: ajp_msg_peek_uint8 failed");
752 ajp_msg_peek_uint8(msg, &result);
H A Dajp_msg.c463 apr_status_t ajp_msg_peek_uint8(ajp_msg_t *msg, apr_byte_t *rvalue) function
466 return ajp_log_overflow(msg, "ajp_msg_peek_uint8");

Completed in 13 milliseconds