Searched refs:rstate (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.h174 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
H A Dslcompress.c109 bzero((char *)comp->rstate, sizeof(comp->rstate));
514 cs = &comp->rstate[comp->last_recv = ip->ip_p];
561 cs = &comp->rstate[comp->last_recv];
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds2_pkt.c164 s->rstate=SSL_ST_READ_HEADER;
175 if (s->rstate == SSL_ST_READ_HEADER)
198 s->rstate=SSL_ST_READ_BODY;
219 if (s->rstate == SSL_ST_READ_BODY)
230 s->rstate=SSL_ST_READ_HEADER;
H A Ds23_srvr.c526 s->rstate=SSL_ST_READ_HEADER;
551 s->rstate=SSL_ST_READ_HEADER;
H A Dssl_stat.c216 switch (s->rstate)
533 switch (s->rstate)
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 */
327 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
891 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
944 s->rstate=SSL_ST_READ_HEADER;
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 */
611 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
763 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
835 s->rstate=SSL_ST_READ_HEADER;
903 s->rstate=SSL_ST_READ_HEADER;
H A Ds23_clnt.c514 s->rstate=SSL_ST_READ_HEADER;
596 s->rstate=SSL_ST_READ_HEADER;
H A Dssl_lib.c195 s->rstate=SSL_ST_READ_HEADER;
2364 ret->rstate=s->rstate;
H A Ds3_lib.c1637 if (s->rstate == SSL_ST_READ_BODY)
H A Dssl.h926 int rstate; /* where we are when reading */ member in struct:ssl_st
1122 /* The following 2 states are kept in ssl->rstate when reads fail,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h926 int rstate; /* where we are when reading */ member in struct:ssl_st
1122 /* The following 2 states are kept in ssl->rstate when reads fail,
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm23709 my ($rstate) = @_;
23710 my ( $rTV1, $rTV2, $rTV3, $rTV4, $rTV5, $rTV6 ) = @{$rstate};
23822 my $rstate = save_tokenizer_state();
23860 restore_tokenizer_state($rstate);
[all...]

Completed in 310 milliseconds