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

/httpd/modules/proxy/
H A Dajp.h481 apr_status_t ajp_parse_data(request_rec *r, ajp_msg_t *msg,
H A Dajp_header.c783 apr_status_t ajp_parse_data(request_rec *r, ajp_msg_t *msg, function
793 "ajp_parse_data: ajp_msg_get_byte failed");
798 "ajp_parse_data: wrong type %s (0x%02x) expecting %s (0x%02x)",
820 "ajp_parse_data: Wrong chunk length. Length of chunk is %i,"
H A Dmod_proxy_ajp.c467 status = ajp_parse_data(r, conn->data, &size, &send_body_chunk_buff);

Completed in 105 milliseconds