OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_REPLY_TO
(Results
1 - 5
of
5
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
InReplyTo.java
56
super(
IN_REPLY_TO
);
63
super(
IN_REPLY_TO
);
SIPHeaderNames.java
47
public static final String
IN_REPLY_TO
= InReplyToHeader.NAME; //4
/external/nist-sip/java/gov/nist/javax/sip/parser/
InReplyToParser.java
72
headerName(TokenTypes.
IN_REPLY_TO
);
76
inReplyTo.setHeaderName(SIPHeaderNames.
IN_REPLY_TO
);
TokenTypes.java
48
public static final int
IN_REPLY_TO
= START + 11;
Lexer.java
134
TokenTypes.
IN_REPLY_TO
);
Completed in 550 milliseconds