Home | History | Annotate | Download | only in ssl

Lines Matching refs:rstate

320 	if (	(s->rstate != SSL_ST_READ_BODY) ||
325 s->rstate=SSL_ST_READ_BODY;
381 /* now s->rstate == SSL_ST_READ_BODY */
384 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
396 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
996 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
1049 s->rstate=SSL_ST_READ_HEADER;