Home
last modified time | relevance | path

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

/curl/lib/
H A Dmprintf.c1053 static int addbyter(unsigned char outc, void *f) in addbyter() argument
1058 *infop->buffer++ = (char)outc; /* store */ in addbyter()
1101 static int alloc_addbyter(unsigned char outc, void *f) in alloc_addbyter() argument
1104 CURLcode result = Curl_dyn_addn(infop->b, &outc, 1); in alloc_addbyter()
1155 static int storebuffer(unsigned char outc, void *f) in storebuffer() argument
1158 **buffer = (char)outc; in storebuffer()
1174 static int fputc_wrapper(unsigned char outc, void *f) in fputc_wrapper() argument
1176 int out = outc; in fputc_wrapper()

Completed in 8 milliseconds