Home
last modified time | relevance | path

Searched refs:CURLPROTO_FILE (Results 1 – 12 of 12) sorted by relevance

/external/curl/src/
Dtool_libinfo.c54 { "file", CURLPROTO_FILE }, in get_libcurl_info()
Dtool_cfgable.c40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB | in config_init()
Dtool_cb_hdr.c171 (CURLPROTO_HTTP|CURLPROTO_HTTPS|CURLPROTO_RTSP|CURLPROTO_FILE))) { in tool_header_cb()
Dtool_paramhlp.c290 { "file", CURLPROTO_FILE }, in proto2num()
Dtool_setopt.c141 NV(CURLPROTO_FILE),
/external/curl/tests/data/
Dtest140194 curl_easy_setopt(hnd, CURLOPT_PROTOCOLS, (long)CURLPROTO_FILE |
/external/curl/lib/
Dfile.c114 CURLPROTO_FILE, /* protocol */
Durl.c489 ~(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()
/external/curl/docs/libcurl/
Dsymbols-in-versions658 CURLPROTO_FILE 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h622 #define CURLPROTO_FILE (1<<10) macro
/external/curl/include/curl/
Dcurl.h903 #define CURLPROTO_FILE (1<<10) macro
/external/curl/packages/OS400/
Dcurl.inc.in854 d CURLPROTO_FILE...