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:naml
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
vms_rms.h
14
# define FAB_OR_NAML( fab,
naml
)
naml
15
# define FAB_OR_NAML_DNA
naml
$l_long_defname
16
# define FAB_OR_NAML_DNS
naml
$l_long_defname_size
17
# define FAB_OR_NAML_FNA
naml
$l_long_filename
18
# define FAB_OR_NAML_FNS
naml
$l_long_filename_size
19
# define NAMX_ESA
naml
$l_long_expand
20
# define NAMX_ESL
naml
$l_long_expand_size
21
# define NAMX_ESS
naml
$l_long_expand_alloc
22
# define NAMX_NOP
naml
[all...]
/third_party/openssl/crypto/
H
A
D
vms_rms.h
14
# define FAB_OR_NAML( fab,
naml
)
naml
15
# define FAB_OR_NAML_DNA
naml
$l_long_defname
16
# define FAB_OR_NAML_DNS
naml
$l_long_defname_size
17
# define FAB_OR_NAML_FNA
naml
$l_long_filename
18
# define FAB_OR_NAML_FNS
naml
$l_long_filename_size
19
# define NAMX_ESA
naml
$l_long_expand
20
# define NAMX_ESL
naml
$l_long_expand_size
21
# define NAMX_ESS
naml
$l_long_expand_alloc
22
# define NAMX_NOP
naml
[all...]
/third_party/libwebsockets/lib/secure-streams/
H
A
D
secure-streams-process.c
578
size_t
naml
= strlen(md->name);
in callback_ss_proxy()
local
582
if (4 +
naml
+ md->length > sizeof(s)) {
in callback_ss_proxy()
590
lws_ser_wu16be(&p[1], (uint16_t)(1 +
naml
+
in callback_ss_proxy()
592
p[3] = (uint8_t)
naml
;
in callback_ss_proxy()
593
memcpy(&p[4], md->name,
naml
);
in callback_ss_proxy()
594
p += 4 +
naml
;
in callback_ss_proxy()
/third_party/libwebsockets/lib/plat/unix/
H
A
D
unix-spawn.c
549
int
naml
= lws_ptr_diff(p, i->env_array[m]);
in lws_spawn_piped()
local
552
lws_strnncpy(enam, i->env_array[m],
naml
, sizeof(enam));
in lws_spawn_piped()
Completed in 5 milliseconds