Home
last modified time | relevance | path

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

/curl/lib/
H A Dmprintf.c1038 static int addbyter(unsigned char outc, void *f) in addbyter() argument
1043 *infop->buffer++ = (char)outc; /* store */ in addbyter()
1086 static int alloc_addbyter(unsigned char outc, void *f) in alloc_addbyter() argument
1089 CURLcode result = Curl_dyn_addn(infop->b, &outc, 1); in alloc_addbyter()
1140 static int storebuffer(unsigned char outc, void *f) in storebuffer() argument
1143 **buffer = (char)outc; in storebuffer()
1159 static int fputc_wrapper(unsigned char outc, void *f) in fputc_wrapper() argument
1161 int out = outc; in fputc_wrapper()

Completed in 6 milliseconds