Home
last modified time | relevance | path

Searched refs:CURLPROTO_ALL (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/docs/libcurl/opts/
DCURLOPT_PROTOCOLS.md35 accepts all protocols it supports (*CURLPROTO_ALL*). See also
DCURLOPT_REDIR_PROTOCOLS.md42 *CURLPROTO_ALL* enables all protocols on redirect, including those
/third_party/curl/docs/libcurl/
Dsymbols-in-versions930 CURLPROTO_ALL 7.19.4
Dlibcurl-symbols.md2774 ## CURLPROTO_ALL section in libcurl symbols
/third_party/curl/include/curl/
Dcurl.h1062 #define CURLPROTO_ALL (~0) /* enable everything */ macro
/third_party/curl/lib/
Durl.c423 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()