ajp_msg_peek_uint8  316 modules/proxy/ajp.h apr_status_t ajp_msg_peek_uint8(ajp_msg_t *msg, apr_byte_t *rvalue);
ajp_msg_peek_uint8  651 modules/proxy/ajp_header.c     rc = ajp_msg_peek_uint8(*msg, &result);
ajp_msg_peek_uint8  661 modules/proxy/ajp_header.c     ajp_msg_peek_uint8(msg, &result);