Searched refs:CURL_REDIR_POST_301 (Results 1 – 6 of 6) sorted by relevance
1364 #define CURL_REDIR_POST_301 1 macro1366 #define CURL_REDIR_POST_ALL (CURL_REDIR_POST_301|CURL_REDIR_POST_302)
2165 #define CURL_REDIR_POST_301 1 macro2169 (CURL_REDIR_POST_301|CURL_REDIR_POST_302|CURL_REDIR_POST_303)
949 CURL_REDIR_POST_301 7.19.1
1695 && !(data->set.keep_post & CURL_REDIR_POST_301)) { in Curl_follow()
1429 postRedir |= CURL_REDIR_POST_301; in single_transfer()
303 d CURL_REDIR_POST_301...