Home
last modified time | relevance | path

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

/curl/lib/
H A Dmprintf.c230 int ocount = 0; in parsefmt() local
250 optr = &out[ocount++]; in parsefmt()
251 if(ocount > MAX_SEGMENTS) in parsefmt()
549 optr = &out[ocount++]; in parsefmt()
550 if(ocount > MAX_SEGMENTS) in parsefmt()
567 optr = &out[ocount++]; in parsefmt()
568 if(ocount > MAX_SEGMENTS) in parsefmt()
630 *opieces = ocount; in parsefmt()
663 int ocount = 0; /* number of output segments */ in formatf() local
676 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf()
[all …]

Completed in 5 milliseconds