Symbol: quic_mutation_allowed
crypto/openssl/ssl/quic/quic_impl.c
1766
if (!quic_mutation_allowed(args->qc, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
1884
if (!quic_mutation_allowed(qc, /*req_active=*/0))
crypto/openssl/ssl/quic/quic_impl.c
1977
if (!quic_mutation_allowed(qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2098
if (!quic_mutation_allowed(args->qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2253
if (!quic_mutation_allowed(qc, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2276
if (!quic_mutation_allowed(qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
2299
if (!quic_mutation_allowed(qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2537
if (!quic_mutation_allowed(args->xso->conn, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2609
if (!quic_mutation_allowed(xso->conn, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2835
if (!quic_mutation_allowed(ctx.qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
3004
if (!quic_mutation_allowed(args->ctx->qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
3067
if (quic_mutation_allowed(ctx.qc, /*req_active=*/0))
crypto/openssl/ssl/quic/quic_impl.c
3071
} else if (!quic_mutation_allowed(ctx.qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
3207
if (!quic_mutation_allowed(ctx.qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
324
if (!quic_mutation_allowed(qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
3867
if (!quic_mutation_allowed(qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
45
static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active);
crypto/openssl/ssl/quic/quic_impl.c
5193
&& quic_mutation_allowed(xso->conn, /*req_active=*/1);
crypto/openssl/ssl/quic/quic_impl.c
5233
return quic_mutation_allowed(qc, /*req_active=*/1)