OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_alloc
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_siv_hw.c
110
size_t
to_alloc
;
local
121
to_alloc
= UP16(ctx->aad_len + len);
123
len64 =
to_alloc
;
126
ptr = OPENSSL_realloc(ctx->aad,
to_alloc
);
132
if (
to_alloc
> ctx->aad_len)
133
memset(&ctx->aad[ctx->aad_len], 0,
to_alloc
- ctx->aad_len);
/src/external/bsd/libevent/dist/
buffer.c
164
size_t
to_alloc
;
local
173
to_alloc
= MIN_BUFFER_SIZE;
174
while (
to_alloc
< size) {
175
to_alloc
<<= 1;
178
to_alloc
= size;
182
if ((chain = mm_malloc(
to_alloc
)) == NULL)
187
chain->buffer_len =
to_alloc
- EVBUFFER_CHAIN_SIZE;
642
size_t
to_alloc
;
local
646
res =
to_alloc
= 0;
649
to_alloc
+= vec[n].iov_len
1738
size_t remain,
to_alloc
;
local
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
buffer.c
162
size_t
to_alloc
;
local
171
to_alloc
= MIN_BUFFER_SIZE;
172
while (
to_alloc
< size) {
173
to_alloc
<<= 1;
176
to_alloc
= size;
180
if ((chain = mm_malloc(
to_alloc
)) == NULL)
185
chain->buffer_len =
to_alloc
- EVBUFFER_CHAIN_SIZE;
640
size_t
to_alloc
;
local
644
res =
to_alloc
= 0;
647
to_alloc
+= vec[n].iov_len
1736
size_t remain,
to_alloc
;
local
[
all
...]
Completed in 42 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026