Home
last modified time | relevance | path

Searched refs:flowType (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go15 type flowType int type
18 readFlow flowType = iota
24 flowType flowType member
40 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {
44 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType !…
47 r.flows = append(r.flows, flow{flowType, message, buf})
78 switch flow.flowType {