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:NS_INT16SZ
(Results
1 - 10
of
10
) sorted by relevance
/third_party/musl/src/network/
H
A
D
ns_parse.c
56
if (msglen < (2 + ns_s_max) *
NS_INT16SZ
) goto bad;
in ns_initparse()
88
if (r + 2 *
NS_INT16SZ
> eom - p) goto bad;
in ns_skiprr()
89
p += r + 2 *
NS_INT16SZ
;
in ns_skiprr()
91
if (NS_INT32SZ +
NS_INT16SZ
> eom - p) goto bad;
in ns_skiprr()
129
if (2 *
NS_INT16SZ
> handle->_eom - handle->_msg_ptr) goto size;
in ns_parserr()
133
if (NS_INT32SZ +
NS_INT16SZ
> handle->_eom - handle->_msg_ptr) goto size;
in ns_parserr()
/third_party/node/deps/cares/src/lib/
H
A
D
inet_ntop.c
120
unsigned int words[NS_IN6ADDRSZ /
NS_INT16SZ
];
in inet_ntop6()
136
for (i = 0; i < (NS_IN6ADDRSZ /
NS_INT16SZ
); i++) {
in inet_ntop6()
165
for (i = 0; i < (NS_IN6ADDRSZ /
NS_INT16SZ
); i++) {
in inet_ntop6()
191
(best.base + best.len) == (NS_IN6ADDRSZ /
NS_INT16SZ
)) {
in inet_ntop6()
H
A
D
ares_ipv6.h
76
#ifndef
NS_INT16SZ
77
# define
NS_INT16SZ
2
macro
H
A
D
inet_net_pton.c
298
if (tp +
NS_INT16SZ
> endp) {
in ares_inet_pton6()
317
if (tp +
NS_INT16SZ
> endp) {
in ares_inet_pton6()
/third_party/cares/include/
H
A
D
ares_nameser.h
48
#ifndef
NS_INT16SZ
49
# define
NS_INT16SZ
2
macro
/third_party/node/deps/cares/include/
H
A
D
ares_nameser.h
74
#ifndef
NS_INT16SZ
75
# define
NS_INT16SZ
2
macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H
A
D
nameser.h
21
#define
NS_INT16SZ
2
macro
363
#define INT16SZ
NS_INT16SZ
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H
A
D
nameser.h
21
#define
NS_INT16SZ
2
macro
363
#define INT16SZ
NS_INT16SZ
/third_party/musl/porting/uniproton/kernel/include/arpa/
H
A
D
nameser.h
21
#define
NS_INT16SZ
2
macro
363
#define INT16SZ
NS_INT16SZ
/third_party/musl/include/arpa/
H
A
D
nameser.h
21
#define
NS_INT16SZ
2
macro
398
#define INT16SZ
NS_INT16SZ
Completed in 10 milliseconds