Home
last modified time | relevance | path

Searched refs:LOGLINE_BUFSIZE (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dmemdebug.c434 #define LOGLINE_BUFSIZE 1024 macro
446 buf = (Curl_cmalloc)(LOGLINE_BUFSIZE); in curl_dbg_log()
451 nchars = mvsnprintf(buf, LOGLINE_BUFSIZE, format, ap); in curl_dbg_log()
454 if(nchars > LOGLINE_BUFSIZE - 1) in curl_dbg_log()
455 nchars = LOGLINE_BUFSIZE - 1; in curl_dbg_log()

Completed in 3 milliseconds