Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 1550) sorted by relevance

12345678910>>...62

/curl/lib/
H A Dgetinfo.c50 struct PureInfo *info = &data->info; in Curl_initinfo() local
61 info->httpcode = 0; 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()
365 switch(info) { in getinfo_offt()
382 switch(info) { in getinfo_offt()
471 switch(info) { in getinfo_double()
529 switch(info) { in getinfo_slist()
[all …]
H A Dmprintf.c1055 struct nsprintf info; in curl_mvsnprintf() local
1058 info.length = 0; in curl_mvsnprintf()
1062 if(info.max) { in curl_mvsnprintf()
1064 if(info.max == info.length) { in curl_mvsnprintf()
1102 info.b = dyn; in Curl_dyn_vprintf()
1103 info.merr = MERR_OK; in Curl_dyn_vprintf()
1106 if(info.merr) { in Curl_dyn_vprintf()
1108 return info.merr; in Curl_dyn_vprintf()
1117 info.b = &dyn; in curl_mvaprintf()
1119 info.merr = MERR_OK; in curl_mvaprintf()
[all …]
/curl/tests/libtest/
H A Dlib1556.c37 struct headerinfo *info = (struct headerinfo *)stream; in header() local
40 if(headersize > info->largest) in header()
42 info->largest = headersize; in header()
52 struct headerinfo info = {0}; in test() local
59 easy_setopt(curl, CURLOPT_HEADERDATA, &info); in test()
72 printf("Max = %ld\n", (long)info.largest); in test()
H A Dmk-lib1521.pl316 my ($info, $type)=($1, $2);
317 my $c = " res = curl_easy_getinfo(curl, CURLINFO_$info,";
318 …my $check = " if(UNEX(res)) {\n geterr(\"$info\", res, __LINE__);\n goto test_cleanup;\n }…
339 if($info eq "CERTINFO") {
342 elsif(($info eq "TLS_SESSION") ||
343 ($info eq "TLS_SSL_PTR")) {
347 print STDERR "$info/$type is unsupported\n";
/curl/include/curl/
H A Dtypecheck-gcc.h414 (CURLINFO_STRING < (info) && (info) < CURLINFO_LONG && \
415 (info) != CURLINFO_PRIVATE)
418 #define curlcheck_long_info(info) \ argument
419 (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) argument
438 (CURLINFO_SOCKET < (info) && (info) < CURLINFO_OFF_T)
441 #define curlcheck_off_t_info(info) \ argument
[all …]
/curl/docs/examples/
H A Dsessioninfo.c42 const struct curl_tlssessioninfo *info; in wrfu() local
50 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()
/curl/tests/data/
H A Dtest2772 <info>
7 </info>
33 http://%HOSTIP:%HTTPPORT/want/%TESTNUMBER -F name=daniel -H "Content-Type: text/info"
49 Content-Type: text/info; boundary=------------------------
H A Dtest16522 <info>
7 </info>
H A Dtest13952 <info>
6 </info>
H A Dtest16532 <info>
7 </info>
H A Dtest16062 <info>
7 </info>
H A Dtest16072 <info>
7 </info>
H A Dtest16092 <info>
7 </info>
H A Dtest16502 <info>
7 </info>
H A Dtest16512 <info>
7 </info>
H A Dtest13012 <info>
6 </info>
H A Dtest13972 <info>
7 </info>
H A Dtest16012 <info>
7 </info>
H A Dtest16102 <info>
7 </info>
H A Dtest16112 <info>
7 </info>
H A Dtest16122 <info>
7 </info>
H A Dtest16612 <info>
7 </info>
H A Dtest13002 <info>
7 </info>
H A Dtest13032 <info>
7 </info>
H A Dtest13982 <info>
7 </info>

Completed in 62 milliseconds

12345678910>>...62