Searched refs:postRedir (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c924 long postRedir = 0; local
964 postRedir |= CURL_REDIR_POST_301;
966 postRedir |= CURL_REDIR_POST_302;
968 postRedir |= CURL_REDIR_POST_303;
969 my_setopt(curl, CURLOPT_POSTREDIR, postRedir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Durl.c925 int postRedir = curlx_sltosi(va_arg(param, long)); local
926 data->set.keep_post = postRedir & CURL_REDIR_POST_ALL;

Completed in 76 milliseconds