OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pfd_heap_new
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/rio/
poll_builder.c
47
struct pollfd *
pfd_heap_new
;
local
58
pfd_heap_new
= OPENSSL_realloc(rpb->pfd_heap, total_size);
59
if (
pfd_heap_new
== NULL)
64
memcpy(
pfd_heap_new
, rpb->pfds, sizeof(rpb->pfds));
66
rpb->pfd_heap =
pfd_heap_new
;
poll_builder.c
47
struct pollfd *
pfd_heap_new
;
local
58
pfd_heap_new
= OPENSSL_realloc(rpb->pfd_heap, total_size);
59
if (
pfd_heap_new
== NULL)
64
memcpy(
pfd_heap_new
, rpb->pfds, sizeof(rpb->pfds));
66
rpb->pfd_heap =
pfd_heap_new
;
Completed in 36 milliseconds
Indexes created Sat Jul 11 00:26:11 UTC 2026