ajp_msg_append_uint8  236 modules/proxy/ajp.h apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value);
ajp_msg_append_uint8  245 modules/proxy/ajp_header.c     if (ajp_msg_append_uint8(msg, CMD_AJP13_FORWARD_REQUEST)     ||
ajp_msg_append_uint8  246 modules/proxy/ajp_header.c         ajp_msg_append_uint8(msg, method)                        ||
ajp_msg_append_uint8  253 modules/proxy/ajp_header.c         ajp_msg_append_uint8(msg, is_ssl)                        ||
ajp_msg_append_uint8  308 modules/proxy/ajp_header.c         if (ajp_msg_append_uint8(msg, SC_A_REMOTE_USER) ||
ajp_msg_append_uint8  317 modules/proxy/ajp_header.c         if (ajp_msg_append_uint8(msg, SC_A_AUTH_TYPE) ||
ajp_msg_append_uint8  327 modules/proxy/ajp_header.c         if (ajp_msg_append_uint8(msg, SC_A_QUERY_STRING) ||
ajp_msg_append_uint8  336 modules/proxy/ajp_header.c         if (ajp_msg_append_uint8(msg, SC_A_JVM_ROUTE) ||
ajp_msg_append_uint8  359 modules/proxy/ajp_header.c             if (ajp_msg_append_uint8(msg, SC_A_SSL_CERT)
ajp_msg_append_uint8  371 modules/proxy/ajp_header.c             if (ajp_msg_append_uint8(msg, SC_A_SSL_CIPHER)
ajp_msg_append_uint8  383 modules/proxy/ajp_header.c             if (ajp_msg_append_uint8(msg, SC_A_SSL_SESSION)
ajp_msg_append_uint8  397 modules/proxy/ajp_header.c             if (ajp_msg_append_uint8(msg, SC_A_SSL_KEY_SIZE)
ajp_msg_append_uint8  411 modules/proxy/ajp_header.c             if (ajp_msg_append_uint8(msg, SC_A_REQ_ATTRIBUTE) ||
ajp_msg_append_uint8  423 modules/proxy/ajp_header.c     if (ajp_msg_append_uint8(msg, SC_A_ARE_DONE)) {
ajp_msg_append_uint8  582 modules/proxy/ajp_msg.c     if ((rc = ajp_msg_append_uint8(msg, CMD_AJP13_PING)) != APR_SUCCESS)
ajp_msg_append_uint8  603 modules/proxy/ajp_msg.c     if ((rc = ajp_msg_append_uint8(msg, CMD_AJP13_CPING)) != APR_SUCCESS)