Searched refs:protop (Results 1 – 4 of 4) sorted by relevance
/external/curl/lib/vssh/ |
D | libssh.c | 684 struct SSHPROTO *protop = data->req.p.ssh; in myssh_statemach_act() local 988 result = Curl_getworkingpath(data, sshc->homedir, &protop->path); in myssh_statemach_act() 1201 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act() 1215 if(protop->path[strlen(protop->path)-1] == '/') in myssh_statemach_act() 1230 attrs = sftp_stat(sshc->sftp_session, protop->path); in myssh_statemach_act() 1261 sftp_open(sshc->sftp_session, protop->path, in myssh_statemach_act() 1269 (strlen(protop->path) > 1))) { in myssh_statemach_act() 1366 if(strlen(protop->path) > 1) { in myssh_statemach_act() 1367 sshc->slash_pos = protop->path + 1; /* ignore the leading '/' */ in myssh_statemach_act() 1380 infof(data, "Creating directory '%s'", protop->path); in myssh_statemach_act() [all …]
|
/external/curl/lib/ |
D | altsvc.c | 372 const char *protop; in getalnum() local 376 protop = p; in getalnum() 379 len = p - protop; in getalnum() 384 memcpy(alpnbuf, protop, len); in getalnum()
|
D | url.c | 2067 const char *protop = conn->handler->scheme; local 2075 while(*protop) 2076 *envp++ = Curl_raw_tolower(*protop++);
|
/external/iproute2/ip/ |
D | xfrm_state.c | 1370 char *protop = NULL; in xfrm_state_flush() local 1376 if (protop) in xfrm_state_flush() 1378 protop = *argv; in xfrm_state_flush()
|