Home | History | Annotate | Download | only in ssl

Lines Matching refs:rstate

313 	if (	(s->rstate != SSL_ST_READ_BODY) ||
318 s->rstate=SSL_ST_READ_BODY;
359 /* now s->rstate == SSL_ST_READ_BODY */
362 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
374 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
1003 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
1056 s->rstate=SSL_ST_READ_HEADER;