Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go29 type flowType int type
32 readFlow flowType = iota
38 flowType flowType member
54 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {
58 …if l := len(r.flows); flowType == specialFlow || r.isDatagram || l == 0 || r.flows[l-1].flowType !…
61 r.flows = append(r.flows, flow{flowType, message, buf})
92 switch flow.flowType {
112 if flow.flowType != writeFlow {