Searched defs:ajp_msg_t (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dajp.h107 typedef struct ajp_msg ajp_msg_t; typedef in typeref:struct:ajp_msg
171 apr_status_t ajp_msg_check_header(ajp_msg_t *msg, apr_size_t *len);
179 apr_status_t ajp_msg_reset(ajp_msg_t *msg);
187 apr_status_t ajp_msg_reuse(ajp_msg_t *msg);
195 apr_status_t ajp_msg_end(ajp_msg_t *msg);
204 apr_status_t ajp_msg_append_uint32(ajp_msg_t *msg, apr_uint32_t value);
213 apr_status_t ajp_msg_append_uint16(ajp_msg_t *msg, apr_uint16_t value);
222 apr_status_t ajp_msg_append_uint8(ajp_msg_t *msg, apr_byte_t value);
233 apr_status_t ajp_msg_append_string_ex(ajp_msg_t *msg, const char *value,
254 apr_status_t ajp_msg_append_bytes(ajp_msg_t *ms
[all...]

Completed in 9 milliseconds