OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readBody
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java
75
protected boolean
readBody
;
87
readBody
= true;
213
if (
readBody
&& message.getContentLength() != null &&
325
if (
readBody
&& message.getContentLength() != null ) {
PipelinedMsgParser.java
271
smp.
readBody
= false;
Completed in 1729 milliseconds