ajp_msg_t 185 modules/proxy/ajp.h apr_status_t ajp_msg_check_header(ajp_msg_t *msg, apr_size_t *len); ajp_msg_t 193 modules/proxy/ajp.h apr_status_t ajp_msg_reset(ajp_msg_t *msg); ajp_msg_t 201 modules/proxy/ajp.h apr_status_t ajp_msg_reuse(ajp_msg_t *msg); ajp_msg_t 209 modules/proxy/ajp.h apr_status_t ajp_msg_end(ajp_msg_t *msg); ajp_msg_t 218 modules/proxy/ajp.h apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_t value); ajp_msg_t 227 modules/proxy/ajp.h apr_status_t ajp_msg_append_uint16(ajp_msg_t *msg, apr_uint16_t value); ajp_msg_t 236 modules/proxy/ajp.h apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value); ajp_msg_t 247 modules/proxy/ajp.h apr_status_t ajp_msg_append_string_ex(ajp_msg_t *msg, const char *value, ajp_msg_t 268 modules/proxy/ajp.h apr_status_t ajp_msg_append_bytes(ajp_msg_t *msg, const apr_byte_t *value, ajp_msg_t 278 modules/proxy/ajp.h apr_status_t ajp_msg_get_uint32(ajp_msg_t *msg, apr_uint32_t *rvalue); ajp_msg_t 287 modules/proxy/ajp.h apr_status_t ajp_msg_get_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue); ajp_msg_t 297 modules/proxy/ajp.h apr_status_t ajp_msg_peek_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue); ajp_msg_t 306 modules/proxy/ajp.h apr_status_t ajp_msg_get_uint8(ajp_msg_t *msg, apr_byte_t *rvalue); ajp_msg_t 316 modules/proxy/ajp.h apr_status_t ajp_msg_peek_uint8(ajp_msg_t *msg, apr_byte_t *rvalue); ajp_msg_t 325 modules/proxy/ajp.h apr_status_t ajp_msg_get_string(ajp_msg_t *msg, const char **rvalue); ajp_msg_t 336 modules/proxy/ajp.h apr_status_t ajp_msg_get_bytes(ajp_msg_t *msg, apr_byte_t **rvalue, ajp_msg_t 347 modules/proxy/ajp.h apr_status_t ajp_msg_create(apr_pool_t *pool, apr_size_t size, ajp_msg_t **rmsg); ajp_msg_t 356 modules/proxy/ajp.h apr_status_t ajp_msg_copy(ajp_msg_t *smsg, ajp_msg_t *dmsg); ajp_msg_t 368 modules/proxy/ajp.h apr_status_t ajp_msg_serialize_ping(ajp_msg_t *msg); ajp_msg_t 380 modules/proxy/ajp.h apr_status_t ajp_msg_serialize_cping(ajp_msg_t *msg); ajp_msg_t 390 modules/proxy/ajp.h char * ajp_msg_dump(apr_pool_t *pool, ajp_msg_t *msg, char *err); ajp_msg_t 399 modules/proxy/ajp.h apr_status_t ajp_ilink_send(apr_socket_t *sock, ajp_msg_t *msg); ajp_msg_t 408 modules/proxy/ajp.h apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg); ajp_msg_t 433 modules/proxy/ajp.h ajp_msg_t **msg); ajp_msg_t 444 modules/proxy/ajp.h apr_size_t *len, ajp_msg_t **msg); ajp_msg_t 454 modules/proxy/ajp.h ajp_msg_t *msg, apr_size_t len); ajp_msg_t 462 modules/proxy/ajp.h int ajp_parse_type(request_rec *r, ajp_msg_t *msg); ajp_msg_t 471 modules/proxy/ajp.h ajp_msg_t *msg); ajp_msg_t 481 modules/proxy/ajp.h apr_status_t ajp_parse_data(request_rec *r, ajp_msg_t *msg, ajp_msg_t 212 modules/proxy/ajp_header.c static apr_status_t ajp_marshal_into_msgb(ajp_msg_t *msg, ajp_msg_t 461 modules/proxy/ajp_header.c static apr_status_t ajp_unmarshal_response(ajp_msg_t *msg, ajp_msg_t 590 modules/proxy/ajp_header.c ajp_msg_t *msg; ajp_msg_t 623 modules/proxy/ajp_header.c ajp_msg_t **msg) ajp_msg_t 658 modules/proxy/ajp_header.c int ajp_parse_type(request_rec *r, ajp_msg_t *msg) ajp_msg_t 669 modules/proxy/ajp_header.c ajp_msg_t *msg) ajp_msg_t 689 modules/proxy/ajp_header.c apr_status_t ajp_parse_data(request_rec *r, ajp_msg_t *msg, ajp_msg_t 736 modules/proxy/ajp_header.c ajp_msg_t **msg) ajp_msg_t 753 modules/proxy/ajp_header.c ajp_msg_t *msg, apr_size_t len) ajp_msg_t 20 modules/proxy/ajp_link.c apr_status_t ajp_ilink_send(apr_socket_t *sock, ajp_msg_t *msg) ajp_msg_t 79 modules/proxy/ajp_link.c apr_status_t ajp_ilink_receive(apr_socket_t *sock, ajp_msg_t *msg) ajp_msg_t 30 modules/proxy/ajp_msg.c char * ajp_msg_dump(apr_pool_t *pool, ajp_msg_t *msg, char *err) ajp_msg_t 94 modules/proxy/ajp_msg.c apr_status_t ajp_msg_check_header(ajp_msg_t *msg, apr_size_t *len) ajp_msg_t 133 modules/proxy/ajp_msg.c apr_status_t ajp_msg_reset(ajp_msg_t *msg) ajp_msg_t 147 modules/proxy/ajp_msg.c apr_status_t ajp_msg_reuse(ajp_msg_t *msg) ajp_msg_t 154 modules/proxy/ajp_msg.c memset(msg, 0, sizeof(ajp_msg_t)); ajp_msg_t 168 modules/proxy/ajp_msg.c apr_status_t ajp_msg_end(ajp_msg_t *msg) ajp_msg_t 187 modules/proxy/ajp_msg.c static APR_INLINE int ajp_log_overflow(ajp_msg_t *msg, const char *context) ajp_msg_t 203 modules/proxy/ajp_msg.c apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_t value) ajp_msg_t 228 modules/proxy/ajp_msg.c apr_status_t ajp_msg_append_uint16(ajp_msg_t *msg, apr_uint16_t value) ajp_msg_t 251 modules/proxy/ajp_msg.c apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value) ajp_msg_t 274 modules/proxy/ajp_msg.c apr_status_t ajp_msg_append_string_ex(ajp_msg_t *msg, const char *value, ajp_msg_t 310 modules/proxy/ajp_msg.c apr_status_t ajp_msg_append_bytes(ajp_msg_t *msg, const apr_byte_t *value, ajp_msg_t 335 modules/proxy/ajp_msg.c apr_status_t ajp_msg_get_uint32(ajp_msg_t *msg, apr_uint32_t *rvalue) ajp_msg_t 360 modules/proxy/ajp_msg.c apr_status_t ajp_msg_get_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue) ajp_msg_t 383 modules/proxy/ajp_msg.c apr_status_t ajp_msg_peek_uint16(ajp_msg_t *msg, apr_uint16_t *rvalue) ajp_msg_t 406 modules/proxy/ajp_msg.c apr_status_t ajp_msg_peek_uint8(ajp_msg_t *msg, apr_byte_t *rvalue) ajp_msg_t 423 modules/proxy/ajp_msg.c apr_status_t ajp_msg_get_uint8(ajp_msg_t *msg, apr_byte_t *rvalue) ajp_msg_t 442 modules/proxy/ajp_msg.c apr_status_t ajp_msg_get_string(ajp_msg_t *msg, const char **rvalue) ajp_msg_t 471 modules/proxy/ajp_msg.c apr_status_t ajp_msg_get_bytes(ajp_msg_t *msg, apr_byte_t **rvalue, ajp_msg_t 502 modules/proxy/ajp_msg.c apr_status_t ajp_msg_create(apr_pool_t *pool, apr_size_t size, ajp_msg_t **rmsg) ajp_msg_t 504 modules/proxy/ajp_msg.c ajp_msg_t *msg = (ajp_msg_t *)apr_pcalloc(pool, sizeof(ajp_msg_t)); ajp_msg_t 543 modules/proxy/ajp_msg.c apr_status_t ajp_msg_copy(ajp_msg_t *smsg, ajp_msg_t *dmsg) ajp_msg_t 577 modules/proxy/ajp_msg.c apr_status_t ajp_msg_serialize_ping(ajp_msg_t *msg) ajp_msg_t 598 modules/proxy/ajp_msg.c apr_status_t ajp_msg_serialize_cping(ajp_msg_t *msg) ajp_msg_t 26 modules/proxy/ajp_utils.c ajp_msg_t *msg; ajp_msg_t 151 modules/proxy/mod_proxy_ajp.c ajp_msg_t *msg; ajp_msg_t 285 modules/proxy/mod_proxy_ajp.c (ajp_msg_t **)&(conn->data)); ajp_msg_t 469 modules/proxy/mod_proxy_ajp.c (ajp_msg_t **)&(conn->data));