OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_domain
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/radix/
quic_ops.c
192
int is_server,
is_domain
;
local
196
is_domain
= ((flags & 2) != 0);
213
if (
is_domain
) {
228
if (!
is_domain
&& !TEST_true(ssl_attach_bio_dgram(ssl, 0, NULL)))
/src/external/mit/isl/dist/
isl_ast_build_expr.c
2651
isl_bool
is_domain
;
local
2658
is_domain
= isl_space_tuple_is_equal(space_build, isl_dim_set,
2662
if (
is_domain
< 0)
2664
if (!
is_domain
)
isl_ast_codegen.c
5029
int
is_domain
;
local
5038
is_domain
= isl_space_is_domain(build_space, space);
5042
if (
is_domain
< 0)
5044
if (!
is_domain
)
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c
75
int is_stream, is_listener,
is_domain
, in_io;
member in struct:qctx_st
252
*
is_domain
1 0 0 0
273
ctx->
is_domain
= 0;
291
ctx->
is_domain
= 1;
757
if (ctx.
is_domain
) {
Completed in 37 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026