HomeSort by relevance Sort by last modified time
    Searched refs:httpcode (Results 1 - 8 of 8) sorted by null

  /external/curl/tests/libtest/
lib1532.c 31 long httpcode; local
47 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode);
53 if(httpcode != 200) {
55 __FILE__, __LINE__, httpcode);
63 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &httpcode);
69 if(httpcode != 0) {
  /external/curl/lib/
http.c 493 if(100 <= data->req.httpcode && 199 >= data->req.httpcode)
501 ((data->req.httpcode == 401) ||
502 (conn->bits.authneg && data->req.httpcode < 300))) {
508 ((data->req.httpcode == 407) ||
509 (conn->bits.authneg && data->req.httpcode < 300))) {
532 else if((data->req.httpcode < 300) &&
549 data->req.httpcode);
920 int httpcode; local
926 httpcode = data->req.httpcode
    [all...]
http_proxy.c 439 if((407 == k->httpcode) && !data->state.authproblem) {
515 (401 == k->httpcode)) ||
517 (407 == k->httpcode))) {
519 bool proxy = (k->httpcode == 407) ? TRUE : FALSE;
551 &k->httpcode)) {
553 data->info.httpproxycode = k->httpcode;
607 if(200 != data->req.httpcode) {
629 data->req.httpcode);
getinfo.c 58 info->httpcode = 0;
149 *param_longp = data->info.httpcode;
urldata.h 690 int httpcode; /* error code from the 'HTTP/1.? XXX' or member in struct:SingleRequest
1146 int httpcode; \/* Recent HTTP, FTP, RTSP or SMTP response code *\/ member in struct:PureInfo
    [all...]
transfer.c 596 data->info.httpcode = 304;
    [all...]
smtp.c 1021 data->info.httpcode = smtpcode;
    [all...]
ftp.c 649 data->info.httpcode=code;
    [all...]

Completed in 145 milliseconds