Searched defs:protop (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dssh-libssh.c537 struct SSHPROTO *protop = data->req.protop; local
834 result = Curl_getworkingpath(conn, sshc->homedir, &protop->path);
1047 attrs = sftp_stat(sshc->sftp_session, protop->path);
1061 if(protop->path[strlen(protop->path)-1] == '/')
1076 attrs = sftp_stat(sshc->sftp_session, protop->path);
1106 sftp_open(sshc->sftp_session, protop->path,
1114 (strlen(protop->path) > 1))) {
1204 if(strlen(protop
2207 struct SSHPROTO *protop = conn->data->req.protop; local
2469 struct SSHPROTO *protop = data->req.protop; local
[all...]
H A Durl.c1995 const char *protop = ""; local
2155 protop = "file"; /* protocol string */
2199 protop = data->set.str[STRING_DEFAULT_PROTOCOL];
2200 if(!protop) {
2204 protop = "ftp";
2206 protop = "DICT";
2208 protop = "LDAP";
2210 protop = "IMAP";
2212 protop = "smtp";
2214 protop
2652 const char *protop = conn->handler->scheme; local
[all...]
H A Durldata.h590 void *protop; /* Allocated protocol-specific data. Each protocol member in struct:SingleRequest
/external/iproute2/ip/
H A Dxfrm_state.c1361 char *protop = NULL; local
1367 if (protop)
1369 protop = *argv;

Completed in 146 milliseconds