MCPcopy Create free account
hub / github.com/apache/httpd / ajp_msg_reset

Function ajp_msg_reset

modules/proxy/ajp_msg.c:190–196  ·  view source on GitHub ↗

* Reset an AJP Message * * @param msg AJP Message to reset * @return APR_SUCCESS or error */

Source from the content-addressed store, hash-verified

188 * @return APR_SUCCESS or error
189 */
190apr_status_t ajp_msg_reset(ajp_msg_t *msg)
191{
192 msg->len = AJP_HEADER_LEN;
193 msg->pos = AJP_HEADER_LEN;
194
195 return APR_SUCCESS;
196}
197
198/**
199 * Reuse an AJP Message

Callers 7

ajp_marshal_into_msgbFunction · 0.85
ajp_read_headerFunction · 0.85
ajp_alloc_data_msgFunction · 0.85
ajp_msg_reuseFunction · 0.85
ajp_msg_serialize_pingFunction · 0.85
ajp_msg_serialize_cpingFunction · 0.85
ap_proxy_ajp_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected