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:alloc_buf
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares__buf.c
39
unsigned char *
alloc_buf
; /*!< Pointer to allocated data buffer,
member
124
ares_free(buf->
alloc_buf
);
in ares__buf_destroy()
134
if (buf->data != NULL && buf->
alloc_buf
== NULL) {
in ares__buf_is_const()
156
if (buf->
alloc_buf
== NULL) {
in ares__buf_reclaim()
172
memmove(buf->
alloc_buf
, buf->
alloc_buf
+ prefix_size, data_size);
in ares__buf_reclaim()
173
buf->data = buf->
alloc_buf
;
in ares__buf_reclaim()
230
ptr = ares_realloc(buf->
alloc_buf
, alloc_size);
in ares__buf_ensure_space()
235
buf->
alloc_buf
= ptr;
in ares__buf_ensure_space()
270
memcpy(buf->
alloc_buf
in ares__buf_append()
[all...]
/third_party/mbedtls/programs/ssl/
H
A
D
ssl_pthread_server.c
291
unsigned char
alloc_buf
[100000];
in main()
local
298
mbedtls_memory_buffer_alloc_init(
alloc_buf
, sizeof(
alloc_buf
));
in main()
H
A
D
ssl_client2.c
804
unsigned char
alloc_buf
[MEMORY_HEAP_SIZE];
in main()
local
873
mbedtls_memory_buffer_alloc_init(
alloc_buf
, sizeof(
alloc_buf
));
in main()
H
A
D
ssl_server2.c
1572
unsigned char
alloc_buf
[MEMORY_HEAP_SIZE];
in main()
local
1618
mbedtls_memory_buffer_alloc_init(
alloc_buf
, sizeof(
alloc_buf
));
in main()
/third_party/mbedtls/programs/test/
H
A
D
benchmark.c
524
unsigned char
alloc_buf
[HEAP_SIZE] = { 0 };
in main()
local
622
mbedtls_memory_buffer_alloc_init(
alloc_buf
, sizeof(
alloc_buf
));
in main()
Completed in 13 milliseconds