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

  /external/curl/src/
tool_cfgable.c 36 config->maxredirs = DEFAULT_MAXREDIRS;
tool_cfgable.h 61 long maxredirs; member in struct:OperationConfig
tool_getparam.c 700 err = str2num(&config->maxredirs, nextarg);
703 if(config->maxredirs < -1)
    [all...]
tool_operate.c 957 my_setopt(curl, CURLOPT_MAXREDIRS, config->maxredirs);
    [all...]
  /external/curl/lib/
transfer.c     [all...]
urldata.h 1548 long maxredirs; \/* maximum no. of http(s) redirects to follow, set to -1 member in struct:UserDefined
    [all...]
url.c 517 set->maxredirs = -1; /* allow any amount by default */
983 data->set.maxredirs = va_arg(param, long);
    [all...]

Completed in 72 milliseconds