Searched refs:ajp_msg_append_uint32 (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dajp.h204 apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_t value);
H A Dajp_msg.c258 apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_t value) function
263 return ajp_log_overflow(msg, "ajp_msg_append_uint32");

Completed in 12 milliseconds