Home
last modified time | relevance | path

Searched refs:readdir_currLen (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/vssh/
Dlibssh.c1460 sshc->readdir_currLen = strlen(sshc->readdir_longentry); in myssh_statemach_act()
1461 sshc->readdir_totalLen = 80 + sshc->readdir_currLen; in myssh_statemach_act()
1470 sshc->readdir_currLen); in myssh_statemach_act()
1545 sshc->readdir_currLen += msnprintf(sshc->readdir_line + in myssh_statemach_act()
1546 sshc->readdir_currLen, in myssh_statemach_act()
1548 sshc->readdir_currLen, in myssh_statemach_act()
1560 sshc->readdir_currLen += msnprintf(sshc->readdir_line + in myssh_statemach_act()
1561 sshc->readdir_currLen, in myssh_statemach_act()
1563 sshc->readdir_currLen, "\n"); in myssh_statemach_act()
1566 sshc->readdir_currLen); in myssh_statemach_act()
[all …]
Dssh.h159 size_t readdir_len, readdir_totalLen, readdir_currLen; member