Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/net/http/httpguts/
Dhttplex.go181 func isCTL(b byte) bool { func
305 if isCTL(b) && !isLWS(b) {