OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:was_coalescing
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_record_tx.c
792
int
was_coalescing
;
local
811
was_coalescing
= (qtx->cons != NULL && qtx->cons->data_len > 0);
812
if (
was_coalescing
)
817
was_coalescing
= 0;
860
if (!
was_coalescing
) {
881
if (
was_coalescing
) {
892
was_coalescing
= 0;
quic_record_tx.c
792
int
was_coalescing
;
local
811
was_coalescing
= (qtx->cons != NULL && qtx->cons->data_len > 0);
812
if (
was_coalescing
)
817
was_coalescing
= 0;
860
if (!
was_coalescing
) {
881
if (
was_coalescing
) {
892
was_coalescing
= 0;
Completed in 37 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026