Searched refs:info (Results 1 – 25 of 1710) sorted by relevance
12345678910>>...69
50 struct PureInfo *info = &data->info; in Curl_initinfo() local62 info->httpcode = 0; in Curl_initinfo()80 memset(&info->primary, 0, sizeof(info->primary)); in Curl_initinfo()97 switch(info) { in getinfo_char()208 switch(info) { in getinfo_long()220 switch(info) { in getinfo_long()231 switch(info) { in getinfo_long()391 switch(info) { in getinfo_offt()486 switch(info) { in getinfo_double()544 switch(info) { in getinfo_slist()[all …]
1069 struct nsprintf info; in curl_mvsnprintf() local1072 info.length = 0; in curl_mvsnprintf()1076 if(info.max) { in curl_mvsnprintf()1078 if(info.max == info.length) { in curl_mvsnprintf()1116 info.b = dyn; in Curl_dyn_vprintf()1117 info.merr = MERR_OK; in Curl_dyn_vprintf()1120 if(info.merr) { in Curl_dyn_vprintf()1122 return info.merr; in Curl_dyn_vprintf()1131 info.b = &dyn; in curl_mvaprintf()1133 info.merr = MERR_OK; in curl_mvaprintf()[all …]
37 struct headerinfo *info = (struct headerinfo *)stream; in header() local40 if(headersize > info->largest) in header()42 info->largest = headersize; in header()52 struct headerinfo info = {0}; in test() local59 easy_setopt(curl, CURLOPT_HEADERDATA, &info); in test()72 printf("Max = %ld\n", (long)info.largest); in test()
414 (CURLINFO_STRING < (info) && (info) < CURLINFO_LONG && \415 (info) != CURLINFO_PRIVATE)418 #define curlcheck_long_info(info) \ argument419 (CURLINFO_LONG < (info) && (info) < CURLINFO_DOUBLE)423 (CURLINFO_DOUBLE < (info) && (info) < CURLINFO_SLIST)427 (((info) == CURLINFO_SSL_ENGINES) || ((info) == CURLINFO_COOKIELIST))431 (((info) == CURLINFO_TLS_SSL_PTR) || ((info) == CURLINFO_TLS_SESSION))434 #define curlcheck_certinfo_info(info) ((info) == CURLINFO_CERTINFO) argument438 (CURLINFO_SOCKET < (info) && (info) < CURLINFO_OFF_T)441 #define curlcheck_off_t_info(info) \ argument[all …]
42 const struct curl_tlssessioninfo *info; in wrfu() local50 res = curl_easy_getinfo(curl, CURLINFO_TLS_SESSION, &info); in wrfu()53 switch(info->backend) { in wrfu()56 chainp = gnutls_certificate_get_peers(info->internals, &cert_list_size); in wrfu()
2 <info>7 </info>33 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F name=daniel -H "Content-Type: text/info"49 Content-Type: text/info; boundary=------------------------
2 <info>7 </info>
2 <info>6 </info>
2 <info>7 </info>40 -I, --head Show document info only
Completed in 51 milliseconds