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

  /external/curl/src/
tool_operate.c 922 long postRedir = 0;
970 postRedir |= CURL_REDIR_POST_301;
972 postRedir |= CURL_REDIR_POST_302;
974 postRedir |= CURL_REDIR_POST_303;
975 my_setopt(curl, CURLOPT_POSTREDIR, postRedir);
    [all...]
  /external/curl/lib/
url.c 980 int postRedir = curlx_sltosi(va_arg(param, long));
981 data->set.keep_post = postRedir & CURL_REDIR_POST_ALL;
    [all...]

Completed in 38 milliseconds