Searched refs:SSL_ST_READ_BODY (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_stat.c219 case SSL_ST_READ_BODY: str="read body"; break;
536 case SSL_ST_READ_BODY: str="RB"; break;
H A Ds2_pkt.c198 s->rstate=SSL_ST_READ_BODY;
219 if (s->rstate == SSL_ST_READ_BODY)
H A Ds3_pkt.c269 if ( (s->rstate != SSL_ST_READ_BODY) ||
274 s->rstate=SSL_ST_READ_BODY;
312 /* now s->rstate == SSL_ST_READ_BODY */
315 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
891 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
H A Dd1_pkt.c526 if ( (s->rstate != SSL_ST_READ_BODY) ||
540 s->rstate=SSL_ST_READ_BODY;
588 /* now s->rstate == SSL_ST_READ_BODY */
591 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
763 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
H A Ds3_lib.c1637 if (s->rstate == SSL_ST_READ_BODY)
H A Dssl.h1125 #define SSL_ST_READ_BODY 0xF1 macro
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h1125 #define SSL_ST_READ_BODY 0xF1 macro

Completed in 142 milliseconds