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:longdata
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/tests/libtest/
H
A
D
libntlmconnect.c
45
long
longdata
;
in callback()
local
54
code = curl_easy_getinfo(easy[idx], CURLINFO_LASTSOCKET, &
longdata
);
in callback()
63
if(
longdata
== -1L)
in callback()
66
sock = (curl_socket_t)
longdata
;
in callback()
/third_party/libsnd/src/
H
A
D
common.c
571
unsigned long
longdata
;
in psf_binheader_writef()
local
666
{
longdata
= countdata & 0xFFFFFFFF ;
in psf_binheader_writef()
667
header_put_be_int (psf,
longdata
) ;
in psf_binheader_writef()
671
{
longdata
= countdata & 0xFFFFFFFF ;
in psf_binheader_writef()
672
header_put_le_int (psf,
longdata
) ;
in psf_binheader_writef()
1109
longdata
= H2LE_32 (size) ;
in psf_binheader_readf()
1110
get_int (psf,
longdata
) ;
in psf_binheader_readf()
Completed in 4 milliseconds