OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_app
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog_event_helpers.c
379
QLOG_STR("error_space", f.
is_app
? "application" : "transport");
381
if (f.
is_app
)
383
if (!f.
is_app
&& f.frame_type != 0)
quic_wire.c
368
if (!encode_frame_hdr(pkt, f->
is_app
? OSSL_QUIC_FRAME_TYPE_CONN_CLOSE_APP : OSSL_QUIC_FRAME_TYPE_CONN_CLOSE_TRANSPORT)
376
if (!f->
is_app
&& !WPACKET_quic_write_vlint(pkt, f->frame_type))
865
f->
is_app
= ((frame_type & 1) != 0);
867
if (!f->
is_app
) {
quic_channel.c
3161
f.
is_app
= ch->terminate_cause.app;
3219
tcause.app = f->
is_app
;
quic_txp.c
1977
if (pn_space != QUIC_PN_SPACE_APP && pf->
is_app
) {
1979
pf->
is_app
= 0;
/src/bin/pax/
ar_subs.c
67
static int wr_archive(ARCHD *, int
is_app
);
536
wr_archive(ARCHD *arcn, int
is_app
)
572
wr_one =
is_app
;
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_wire.h
207
unsigned int
is_app
: 1; /* 0: transport error, 1: app error */
member in struct:ossl_quic_frame_conn_close_st
/src/crypto/external/apache2/openssl/dist/test/
quic_wire_test.c
1032
if (!TEST_int_eq(f.
is_app
, 0))
quic_txp_test.c
1119
if (!TEST_int_eq(h->frame.conn_close.
is_app
, 0)
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026