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

Function ajp_log_overflow

modules/proxy/ajp_msg.c:244–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244static APR_INLINE int ajp_log_overflow(ajp_msg_t *msg, const char *context)
245{
246 ap_log_error(APLOG_MARK, APLOG_ERR, 0, NULL, APLOGNO(03229)
247 "%s(): BufferOverflowException %" APR_SIZE_T_FMT
248 " %" APR_SIZE_T_FMT,
249 context, msg->pos, msg->len);
250 return AJP_EOVERFLOW;
251}
252
253/**
254 * Add an unsigned 32bits value to AJP Message

Callers 12

ajp_msg_append_uint32Function · 0.85
ajp_msg_append_uint16Function · 0.85
ajp_msg_append_uint8Function · 0.85
ajp_msg_append_string_exFunction · 0.85
ajp_msg_append_bytesFunction · 0.85
ajp_msg_get_uint32Function · 0.85
ajp_msg_get_uint16Function · 0.85
ajp_msg_peek_uint16Function · 0.85
ajp_msg_peek_uint8Function · 0.85
ajp_msg_get_uint8Function · 0.85
ajp_msg_get_stringFunction · 0.85
ajp_msg_get_bytesFunction · 0.85

Calls 1

ap_log_errorFunction · 0.50

Tested by

no test coverage detected