OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SESSIONEXPIRES_TO
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java
139
public static final int
SESSIONEXPIRES_TO
= START + 85;
Lexer.java
228
addKeyword(TokenNames.X.toUpperCase(), TokenTypes.
SESSIONEXPIRES_TO
); // Bug fix by Jozef Saniga
238
TokenTypes.
SESSIONEXPIRES_TO
);
Completed in 374 milliseconds