Searched refs:outc (Results 1 – 1 of 1) sorted by relevance
1053 static int addbyter(unsigned char outc, void *f) in addbyter() argument1058 *infop->buffer++ = (char)outc; /* store */ in addbyter()1101 static int alloc_addbyter(unsigned char outc, void *f) in alloc_addbyter() argument1104 CURLcode result = Curl_dyn_addn(infop->b, &outc, 1); in alloc_addbyter()1155 static int storebuffer(unsigned char outc, void *f) in storebuffer() argument1158 **buffer = (char)outc; in storebuffer()1174 static int fputc_wrapper(unsigned char outc, void *f) in fputc_wrapper() argument1176 int out = outc; in fputc_wrapper()
Completed in 7 milliseconds