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)
2061 #define CURL_REDIR_POST_301 1 macro2065 (CURL_REDIR_POST_301|CURL_REDIR_POST_302|CURL_REDIR_POST_303)
876 CURL_REDIR_POST_301 7.19.1
1677 && !(data->set.keep_post & CURL_REDIR_POST_301)) { in Curl_follow()
1339 postRedir |= CURL_REDIR_POST_301; in single_transfer()
301 d CURL_REDIR_POST_301...