Searched refs:CURLPROTO_FILE (Results 1 – 12 of 12) sorted by relevance
54 { "file", CURLPROTO_FILE }, in get_libcurl_info()
40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
290 { "file", CURLPROTO_FILE }, in proto2num()
141 NV(CURLPROTO_FILE),
94 curl_easy_setopt(hnd, CURLOPT_PROTOCOLS, (long)CURLPROTO_FILE |
114 CURLPROTO_FILE, /* protocol */
489 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in Curl_init_userdefined()4333 case CURLPROTO_FILE: in get_protocol_family()4334 family = CURLPROTO_FILE; in get_protocol_family()
658 CURLPROTO_FILE 7.19.4
622 #define CURLPROTO_FILE (1<<10) macro
903 #define CURLPROTO_FILE (1<<10) macro
854 d CURLPROTO_FILE...