Searched refs:shimPrefix (Results 1 – 1 of 1) sorted by relevance
627 shimPrefix string member953 shimPrefix := test.shimPrefix955 shimPrefix = test.resumeShimPrefix958 shimPrefix = "hello"963 if shimPrefix != "" && !test.readWithUnfinishedWrite {964 var buf = make([]byte, len(shimPrefix))969 if string(buf) != shimPrefix {970 return fmt.Errorf("bad initial message %v vs %v", string(buf), shimPrefix)972 shimPrefix = ""1036 if shimPrefix != "" {[all …]