Searched defs:CURL_REDIR_POST_301 (Results 1 - 2 of 2) sorted by relevance

/external/curl/include/curl/
H A Dcurl.h1810 CURL_REDIR_POST_301, CURL_REDIR_POST_302 and CURL_REDIR_POST_303
1811 can be bitwise ORed so that CURL_REDIR_POST_301 | CURL_REDIR_POST_302
1815 #define CURL_REDIR_POST_301 1 macro
1819 (CURL_REDIR_POST_301|CURL_REDIR_POST_302|CURL_REDIR_POST_303)
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h1360 CURL_REDIR_POST_301 and CURL_REDIR_POST_302 can be bitwise ORed so that
1361 CURL_REDIR_POST_301 | CURL_REDIR_POST_302 == CURL_REDIR_POST_ALL */
1364 #define CURL_REDIR_POST_301 1 macro
1366 #define CURL_REDIR_POST_ALL (CURL_REDIR_POST_301|CURL_REDIR_POST_302)

Completed in 42 milliseconds