Home
last modified time | relevance | path

Searched refs:rstate (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_qpack.c930 nghttp3_qpack_read_state_reset(&encoder->rstate); in nghttp3_qpack_encoder_init()
2423 nghttp3_qpack_read_state *rstate, in qpack_read_varint() argument
2426 uint64_t k = (uint8_t)((1 << rstate->prefix) - 1); in qpack_read_varint()
2427 uint64_t n = rstate->left; in qpack_read_varint()
2430 size_t shift = rstate->shift; in qpack_read_varint()
2432 rstate->shift = 0; in qpack_read_varint()
2437 rstate->left = (*p) & k; in qpack_read_varint()
2445 rstate->left = n; in qpack_read_varint()
2474 rstate->shift = shift; in qpack_read_varint()
2477 rstate->left = n; in qpack_read_varint()
[all …]
Dnghttp3_conn.c412 stream->rstate.state = NGHTTP3_REQ_STREAM_STATE_IGN_REST; in nghttp3_conn_read_stream()
482 nghttp3_stream_read_state *rstate = &stream->rstate; in conn_read_type() local
483 nghttp3_varint_read_state *rvint = &rstate->rvint; in conn_read_type()
508 rstate->state = NGHTTP3_CTRL_STREAM_STATE_FRAME_TYPE; in conn_read_type()
552 if (stream->rstate.rvint.left) { in nghttp3_conn_read_uni()
617 static int frame_fin(nghttp3_stream_read_state *rstate, size_t len) { in frame_fin() argument
618 return (int64_t)len >= rstate->left; in frame_fin()
626 nghttp3_stream_read_state *rstate = &stream->rstate; in nghttp3_conn_read_control() local
627 nghttp3_varint_read_state *rvint = &rstate->rvint; in nghttp3_conn_read_control()
639 switch (rstate->state) { in nghttp3_conn_read_control()
[all …]
Dnghttp3_qpack.h190 void nghttp3_qpack_read_state_free(nghttp3_qpack_read_state *rstate);
192 void nghttp3_qpack_read_state_reset(nghttp3_qpack_read_state *rstate);
247 nghttp3_qpack_read_state rstate; member
772 nghttp3_qpack_read_state rstate; member
887 nghttp3_qpack_read_state rstate; member
939 nghttp3_qpack_read_state *rstate);
Dnghttp3_stream.h239 nghttp3_stream_read_state rstate; member
284 void nghttp3_stream_read_state_reset(nghttp3_stream_read_state *rstate);
Dnghttp3_stream.c176 void nghttp3_stream_read_state_reset(nghttp3_stream_read_state *rstate) { in nghttp3_stream_read_state_reset() argument
177 memset(rstate, 0, sizeof(*rstate)); in nghttp3_stream_read_state_reset()
/third_party/node/deps/openssl/openssl/ssl/record/
Drecord_local.h24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)
25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
Drec_layer_s3.c39 rl->rstate = SSL_ST_READ_HEADER; in RECORD_LAYER_clear()
116 if (s->rlayer.rstate == SSL_ST_READ_BODY) in ssl3_pending()
153 switch (s->rlayer.rstate) { in SSL_rstate_string_long()
167 switch (s->rlayer.rstate) { in SSL_rstate_string()
1469 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
Drecord.h138 int rstate; member
Drec_layer_d1.c421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()
525 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
/third_party/openssl/ssl/record/
Drecord_local.h24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)
25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
Drec_layer_s3.c39 rl->rstate = SSL_ST_READ_HEADER; in RECORD_LAYER_clear()
116 if (s->rlayer.rstate == SSL_ST_READ_BODY) in ssl3_pending()
153 switch (s->rlayer.rstate) { in SSL_rstate_string_long()
167 switch (s->rlayer.rstate) { in SSL_rstate_string()
1469 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
Drecord.h138 int rstate; member
Drec_layer_d1.c421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()
525 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
/third_party/lwip/src/include/netif/ppp/
Dvj.h151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */ member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h145 int rstate; member
/third_party/lwip/src/netif/ppp/
Dvj.c477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
534 cs = &comp->rstate[comp->last_recv]; in vj_uncompress_tcp()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4740 struct si_sampler_state *rstate = CALLOC_STRUCT(si_sampler_state); in si_create_sampler_state() local
4748 if (!rstate) { in si_create_sampler_state()
4764 rstate->magic = SI_SAMPLER_STATE_MAGIC; in si_create_sampler_state()
4766 rstate->val[0] = in si_create_sampler_state()
4775 rstate->val[1] = (S_008F34_MIN_LOD(S_FIXED(CLAMP(state->min_lod, 0, 15), 8)) | in si_create_sampler_state()
4778 rstate->val[2] = (S_008F38_LOD_BIAS(S_FIXED(CLAMP(state->lod_bias, -16, 16), 8)) | in si_create_sampler_state()
4782 rstate->val[3] = si_translate_border_color(sctx, state, &state->border_color, in si_create_sampler_state()
4786 rstate->val[2] |= S_008F38_ANISO_OVERRIDE_GFX10(1); in si_create_sampler_state()
4788 rstate->val[2] |= S_008F38_DISABLE_LSB_CEIL(sctx->gfx_level <= GFX8) | in si_create_sampler_state()
4794 memcpy(rstate->upgraded_depth_val, rstate->val, sizeof(rstate->val)); in si_create_sampler_state()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1831 struct r600_pipe_sampler_state *rstate; in r600_emit_sampler_states() local
1835 rstate = texinfo->states.states[i]; in r600_emit_sampler_states()
1836 assert(rstate); in r600_emit_sampler_states()
1847 rstate->tex_sampler_words[0] |= S_03C000_TEX_ARRAY_OVERRIDE(1); in r600_emit_sampler_states()
1850 rstate->tex_sampler_words[0] &= C_03C000_TEX_ARRAY_OVERRIDE; in r600_emit_sampler_states()
1856 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in r600_emit_sampler_states()
1858 if (rstate->border_color_use) { in r600_emit_sampler_states()
1864 radeon_emit_array(cs, rstate->border_color.ui, 4); in r600_emit_sampler_states()
Dr600_state_common.c474 struct r600_pipe_sampler_state *rstate = rstates[i]; in r600_bind_sampler_states() local
476 if (rstate == dst->states.states[i]) { in r600_bind_sampler_states()
480 if (rstate) { in r600_bind_sampler_states()
481 if (rstate->border_color_use) { in r600_bind_sampler_states()
486 seamless_cube_map = rstate->seamless_cube_map; in r600_bind_sampler_states()
Devergreen_state.c2451 struct r600_pipe_sampler_state *rstate; in evergreen_emit_sampler_states() local
2454 rstate = texinfo->states.states[i]; in evergreen_emit_sampler_states()
2455 assert(rstate); in evergreen_emit_sampler_states()
2457 if (rstate->border_color_use) { in evergreen_emit_sampler_states()
2460 evergreen_convert_border_color(&rstate->border_color, in evergreen_emit_sampler_states()
2463 border_color_ptr = &rstate->border_color; in evergreen_emit_sampler_states()
2469 radeon_emit_array(cs, rstate->tex_sampler_words, 3); in evergreen_emit_sampler_states()
2471 if (rstate->border_color_use) { in evergreen_emit_sampler_states()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs525 rstate: c_int,
628 rstate: c_int,
/third_party/libabigail/tests/data/test-diff-pkg/
Dspice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt222 … 'int rstate', at offset 608 (in bits) at ssl.h:1117:1
/third_party/openssl/include/openssl/
Dssl.h.in1079 * The following 3 states are kept in ssl->rlayer.rstate when reads fail, you
/third_party/node/deps/openssl/openssl/include/openssl/
Dssl.h.in1079 * The following 3 states are kept in ssl->rlayer.rstate when reads fail, you