OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoname
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/http/message/
BasicLineParser.java
139
final String
protoname
= this.protocol.getProtocol();
local
140
final int protolength =
protoname
.length();
159
ok = (buffer.charAt(i+j) ==
protoname
.charAt(j));
235
final String
protoname
= this.protocol.getProtocol();
local
236
final int protolength =
protoname
.length();
261
ok = (buffer.charAt(index+j) ==
protoname
.charAt(j));
/external/iptables/iptables/
xshared.c
65
const char *
protoname
= proto_to_name(proto, nolookup);
local
67
if (
protoname
)
68
return xtables_find_match(
protoname
, tryload, matches);
/prebuilt/common/http-client/
httpcore-4.1.jar
Completed in 3057 milliseconds