Searched refs:rstate (Results 1 – 10 of 10) sorted by relevance
24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
38 rl->rstate = SSL_ST_READ_HEADER; in RECORD_LAYER_clear()115 if (s->rlayer.rstate == SSL_ST_READ_BODY) in ssl3_pending()140 switch (s->rlayer.rstate) { in SSL_rstate_string_long()154 switch (s->rlayer.rstate) { in SSL_rstate_string()1421 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
136 int rstate; member
421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()523 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */ member
141 int rstate; member
477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()534 cs = &comp->rstate[comp->last_recv]; in vj_uncompress_tcp()
385 u8 rstate; member
836 out_8(&uec->p_rx_glbl_pram->rstate, bmrx); in uec_init_rx_parameter()
600 ulong rstate; /* Rx internal state */ member