HomeSort by relevance Sort by last modified time
    Searched refs:CURLPROTO_SCP (Results 1 - 10 of 10) sorted by null

  /external/curl/src/
tool_libinfo.c 68 { "scp", CURLPROTO_SCP },
tool_cfgable.c 40 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB |
tool_paramhlp.c 259 { "scp", CURLPROTO_SCP },
tool_setopt.c 153 NV(CURLPROTO_SCP),
tool_operate.c     [all...]
  /external/curl/lib/
ssh.c 180 CURLPROTO_SCP, /* protocol */
427 if(conn->handler->protocol & CURLPROTO_SCP) {
    [all...]
transfer.c 304 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) ||
    [all...]
url.c 562 ~(CURLPROTO_FILE | CURLPROTO_SCP | CURLPROTO_SMB |
    [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 616 #define CURLPROTO_SCP (1<<4)
    [all...]

Completed in 66 milliseconds