Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:readdir_attrs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/vssh/
H
A
D
ssh.h
125
LIBSSH2_SFTP_ATTRIBUTES
readdir_attrs
;
member
175
sftp_attributes
readdir_attrs
; /* used by the SFTP readdir actions */
member
179
const char *readdir_filename; /* points within
readdir_attrs
*/
H
A
D
libssh.c
1445
if(sshc->
readdir_attrs
)
in myssh_statemach_act()
1446
sftp_attributes_free(sshc->
readdir_attrs
);
in myssh_statemach_act()
1448
sshc->
readdir_attrs
= sftp_readdir(sshc->sftp_session, sshc->sftp_dir);
in myssh_statemach_act()
1449
if(sshc->
readdir_attrs
) {
in myssh_statemach_act()
1450
sshc->readdir_filename = sshc->
readdir_attrs
->name;
in myssh_statemach_act()
1451
sshc->readdir_longentry = sshc->
readdir_attrs
->longname;
in myssh_statemach_act()
1480
if((sshc->
readdir_attrs
->flags & SSH_FILEXFER_ATTR_PERMISSIONS) &&
in myssh_statemach_act()
1481
((sshc->
readdir_attrs
->permissions & SSH_S_IFMT) ==
in myssh_statemach_act()
1985
if(sshc->
readdir_attrs
)
in myssh_statemach_act()
1986
sftp_attributes_free(sshc->
readdir_attrs
);
in myssh_statemach_act()
[all...]
H
A
D
libssh2.c
2332
&sshp->
readdir_attrs
);
in ssh_statemach_act()
2357
if((sshp->
readdir_attrs
.flags & LIBSSH2_SFTP_ATTR_PERMISSIONS) &&
in ssh_statemach_act()
2358
((sshp->
readdir_attrs
.permissions & LIBSSH2_SFTP_S_IFMT) ==
in ssh_statemach_act()
Completed in 7 milliseconds