Searched refs:protoname (Results 1 – 3 of 3) sorted by relevance
139 final String protoname = this.protocol.getProtocol(); in parseProtocolVersion() local140 final int protolength = protoname.length(); in parseProtocolVersion()159 ok = (buffer.charAt(i+j) == protoname.charAt(j)); in parseProtocolVersion()235 final String protoname = this.protocol.getProtocol(); in hasProtocolVersion() local236 final int protolength = protoname.length(); in hasProtocolVersion()261 ok = (buffer.charAt(index+j) == protoname.charAt(j)); in hasProtocolVersion()
816 char *protoname = proto_to_name(proto, nolookup); in find_proto() local818 if (protoname) in find_proto()819 return find_match(protoname, tryload, matches); in find_proto()
833 char *protoname = proto_to_name(proto, nolookup); in find_proto() local835 if (protoname) in find_proto()836 return find_match(protoname, tryload, matches); in find_proto()