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

/httpd/modules/proxy/
H A Dajp_header.c246 if (ajp_msg_append_uint8(msg, CMD_AJP13_FORWARD_REQUEST) ||
247 ajp_msg_append_uint8(msg, (apr_byte_t) method) ||
254 ajp_msg_append_uint8(msg, is_ssl) ||
298 if (ajp_msg_append_uint8(msg, SC_A_SECRET) ||
309 if (ajp_msg_append_uint8(msg, SC_A_REMOTE_USER) ||
318 if (ajp_msg_append_uint8(msg, SC_A_AUTH_TYPE) ||
328 if (ajp_msg_append_uint8(msg, SC_A_QUERY_STRING) ||
337 if (ajp_msg_append_uint8(msg, SC_A_JVM_ROUTE) ||
360 if (ajp_msg_append_uint8(msg, SC_A_SSL_CERT)
372 if (ajp_msg_append_uint8(ms
[all...]
H A Dajp_msg.c306 apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value) function
311 return ajp_log_overflow(msg, "ajp_msg_append_uint8");
614 if ((rc = ajp_msg_append_uint8(msg, CMD_AJP13_PING)) != APR_SUCCESS)
635 if ((rc = ajp_msg_append_uint8(msg, CMD_AJP13_CPING)) != APR_SUCCESS)
H A Dajp.h222 apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value);

Completed in 13 milliseconds