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()
564 optr = &out[ocount++]; in parsefmt()
565 if(ocount > MAX_SEGMENTS) in parsefmt()
582 optr = &out[ocount++]; in parsefmt()
583 if(ocount > MAX_SEGMENTS) in parsefmt()
645 *opieces = ocount; in parsefmt()
678 int ocount = 0; /* number of output segments */ in formatf() local
691 if(parsefmt(format, output, input, &ocount, &icount, ap_save)) in formatf()
[all …]

Completed in 6 milliseconds