Searched refs:GS_HEADER (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c25 * The Gather state machine has 3 states: GS_INIT, GS_HEADER, GS_DATA.
26 * GS_HEADER: waiting for the 5-byte SSL3 record header to come in.
45 gs->state = GS_HEADER;
57 bp = ((gs->state != GS_HEADER) ? lbp : gs->hdr) + gs->offset;
94 case GS_HEADER:
170 gs->state = GS_HEADER;
H A Dsslgathr.c35 ** to GS_HEADER.
37 ** GS_HEADER - The machine is in this state while waiting for the completion
64 gs->state = GS_HEADER;
83 bp = ((gs->state != GS_HEADER) ? pBuf : gs->hdr) + gs->offset;
110 case GS_HEADER:
H A Dsslimpl.h435 ** than into buf or inbuf, while in the GS_HEADER state.
452 #define GS_HEADER 1 macro

Completed in 1473 milliseconds