Home
last modified time | relevance | path

Searched refs:redir_protocols (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Durldata.h1595 long redir_protocols; member
Durl.c563 set->redir_protocols = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in Curl_init_userdefined()
2441 data->set.redir_protocols = va_arg(param, long); in Curl_setopt()
3893 !(data->set.redir_protocols & p->protocol)) in findprotocol()