OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GS_INIT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c
25
* The Gather state machine has 3 states:
GS_INIT
, GS_HEADER, GS_DATA.
44
if (gs->state ==
GS_INIT
) {
77
gs->state =
GS_INIT
; /* so we don't crash next time */
107
gs->state =
GS_INIT
;
130
gs->state =
GS_INIT
;
252
gs->state =
GS_INIT
;
sslgathr.c
31
**
GS_INIT
- Done reading in previous record. Haven't begun to read in
47
** and checks and discards the MAC, then advances to
GS_INIT
.
51
** the machine advances to the
GS_INIT
state and returns the data.
62
if (gs->state ==
GS_INIT
) {
309
gs->state =
GS_INIT
;
332
gs->state =
GS_INIT
;
401
gs->state =
GS_INIT
;
sslimpl.h
451
#define
GS_INIT
0
[
all
...]
sslcon.c
[
all
...]
Completed in 141 milliseconds