Lines Matching defs:writeLong
43 static int writeLong(FILE *stream, const struct writeoutvar *wovar,
80 {"exitcode", VAR_EXITCODE, CURLINFO_NONE, writeLong},
84 {"http_code", VAR_HTTP_CODE, CURLINFO_RESPONSE_CODE, writeLong},
85 {"http_connect", VAR_HTTP_CODE_PROXY, CURLINFO_HTTP_CONNECTCODE, writeLong},
89 {"local_port", VAR_LOCAL_PORT, CURLINFO_LOCAL_PORT, writeLong},
91 {"num_certs", VAR_NUM_CERTS, CURLINFO_NONE, writeLong},
92 {"num_connects", VAR_NUM_CONNECTS, CURLINFO_NUM_CONNECTS, writeLong},
93 {"num_headers", VAR_NUM_HEADERS, CURLINFO_NONE, writeLong},
94 {"num_redirects", VAR_REDIRECT_COUNT, CURLINFO_REDIRECT_COUNT, writeLong},
97 CURLINFO_PROXY_SSL_VERIFYRESULT, writeLong},
101 {"remote_port", VAR_PRIMARY_PORT, CURLINFO_PRIMARY_PORT, writeLong},
102 {"response_code", VAR_HTTP_CODE, CURLINFO_RESPONSE_CODE, writeLong},
105 {"size_header", VAR_HEADER_SIZE, CURLINFO_HEADER_SIZE, writeLong},
106 {"size_request", VAR_REQUEST_SIZE, CURLINFO_REQUEST_SIZE, writeLong},
112 writeLong},
148 {"urlnum", VAR_URLNUM, CURLINFO_NONE, writeLong},
421 static int writeLong(FILE *stream, const struct writeoutvar *wovar,
428 DEBUGASSERT(wovar->writefunc == writeLong);