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

/httpd/modules/proxy/
H A Dajp.h283 apr_status_t ajp_msg_peek_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue);
H A Dajp_msg.c440 apr_status_t ajp_msg_peek_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue) function
445 return ajp_log_overflow(msg, "ajp_msg_peek_uint16");
H A Dajp_header.c597 rc = ajp_msg_peek_uint16(msg, &name);

Completed in 10 milliseconds