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

  /external/curl/src/
tool_libinfo.c 69 { "sftp", CURLPROTO_SFTP },
tool_paramhlp.c 260 { "sftp", CURLPROTO_SFTP },
tool_setopt.c 154 NV(CURLPROTO_SFTP),
tool_operate.c     [all...]
  /external/curl/lib/
ssh.c 206 CURLPROTO_SFTP, /* protocol */
439 else if(conn->handler->protocol & CURLPROTO_SFTP) {
    [all...]
transfer.c 304 return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) ||
    [all...]
url.c     [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 617 #define CURLPROTO_SFTP (1<<5)
    [all...]

Completed in 270 milliseconds