HomeSort by relevance Sort by last modified time
    Searched refs:GS_HEADER (Results 1 - 3 of 3) 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.
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;
sslgathr.c 35 ** 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:
sslimpl.h 435 ** than into buf or inbuf, while in the GS_HEADER state.
452 #define GS_HEADER 1
    [all...]

Completed in 409 milliseconds