MCPcopy Index your code
hub / github.com/Meituan-Dianping/SQLAdvisor / my_vsnprintf

Function my_vsnprintf

strings/my_vsnprintf.c:668–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666*/
667
668size_t my_vsnprintf(char *to, size_t n, const char* fmt, va_list ap)
669{
670 return my_vsnprintf_ex(&my_charset_latin1, to, n, fmt, ap);
671}
672
673
674size_t my_snprintf(char* to, size_t n, const char* fmt, ...)

Callers 12

my_snprintfFunction · 0.85
my_snprintf_8bitFunction · 0.85
set_mysql_extended_errorFunction · 0.85
general_log_printMethod · 0.85
vprint_msg_to_logFunction · 0.85
raise_error_printfMethod · 0.85
raise_warning_printfMethod · 0.85
raise_note_printfMethod · 0.85
my_printv_errorFunction · 0.85
my_printf_warningFunction · 0.85
DbugVfprintfFunction · 0.85

Calls 1

my_vsnprintf_exFunction · 0.85

Tested by

no test coverage detected