MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / http_log

Function http_log

ffserver.c:382–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382static void __attribute__ ((format (printf, 1, 2))) http_log(const char *fmt, ...)
383{
384 va_list vargs;
385 va_start(vargs, fmt);
386 http_vlog(fmt, vargs);
387 va_end(vargs);
388}
389
390static void http_av_log(void *ptr, int level, const char *fmt, va_list vargs)
391{

Callers 15

http_av_logFunction · 0.85
log_connectionFunction · 0.85
start_childrenFunction · 0.85
start_multicastFunction · 0.85
http_serverFunction · 0.85
new_connectionFunction · 0.85
http_parse_requestFunction · 0.85
open_input_streamFunction · 0.85
http_prepare_dataFunction · 0.85
http_start_receive_dataFunction · 0.85
http_receive_dataFunction · 0.85
rtp_new_av_streamFunction · 0.85

Calls 1

http_vlogFunction · 0.85

Tested by

no test coverage detected