Symbol: quic_mutation_allowed
crypto/openssl/ssl/quic/quic_impl.c
1769
if (!quic_mutation_allowed(args->qc, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
1890
if (!quic_mutation_allowed(qc, /*req_active=*/0))
crypto/openssl/ssl/quic/quic_impl.c
1983
if (!quic_mutation_allowed(qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2104
if (!quic_mutation_allowed(args->qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2259
if (!quic_mutation_allowed(qc, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2282
if (!quic_mutation_allowed(qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
2305
if (!quic_mutation_allowed(qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
2543
if (!quic_mutation_allowed(args->xso->conn, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2615
if (!quic_mutation_allowed(xso->conn, /*req_active=*/1))
crypto/openssl/ssl/quic/quic_impl.c
2841
if (!quic_mutation_allowed(ctx.qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
3010
if (!quic_mutation_allowed(args->ctx->qc, /*req_active=*/1)) {
crypto/openssl/ssl/quic/quic_impl.c
3073
if (quic_mutation_allowed(ctx.qc, /*req_active=*/0))
crypto/openssl/ssl/quic/quic_impl.c
3077
} else if (!quic_mutation_allowed(ctx.qc, /*req_active=*/0)) {
crypto/openssl/ssl/quic/quic_impl.c
3213
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
3873
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
5199
&& quic_mutation_allowed(xso->conn, /*req_active=*/1);
crypto/openssl/ssl/quic/quic_impl.c
5239
return quic_mutation_allowed(qc, /*req_active=*/1)