Searched refs:wovar (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/src/ |
H A D | tool_writeout.c | 35 static int writeTime(FILE *stream, const struct writeoutvar *wovar, 39 static int writeString(FILE *stream, const struct writeoutvar *wovar, 43 static int writeLong(FILE *stream, const struct writeoutvar *wovar, 47 static int writeOffset(FILE *stream, const struct writeoutvar *wovar, 153 static int writeTime(FILE *stream, const struct writeoutvar *wovar, in writeTime() argument 162 DEBUGASSERT(wovar->writefunc == writeTime); in writeTime() 164 if(wovar->ci) { in writeTime() 165 if(!curl_easy_getinfo(per->curl, wovar->ci, &us)) in writeTime() 177 fprintf(stream, "\"%s\":", wovar->name); in writeTime() 184 fprintf(stream, "\"%s\":null", wovar in writeTime() 271 writeString(FILE *stream, const struct writeoutvar *wovar, struct per_transfer *per, CURLcode per_result, bool use_json) writeString() argument 421 writeLong(FILE *stream, const struct writeoutvar *wovar, struct per_transfer *per, CURLcode per_result, bool use_json) writeLong() argument 478 writeOffset(FILE *stream, const struct writeoutvar *wovar, struct per_transfer *per, CURLcode per_result, bool use_json) writeOffset() argument [all...] |
H A D | tool_writeout.h | 105 int (*writefunc)(FILE *stream, const struct writeoutvar *wovar,
|
Completed in 3 milliseconds