OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QOP_MISSING
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java
100
private static final int
QOP_MISSING
= 0;
104
private int qopVariant =
QOP_MISSING
;
153
if (unsupportedQop && (qopVariant ==
QOP_MISSING
)) {
339
if (qopVariant ==
QOP_MISSING
) {
409
if (qopVariant !=
QOP_MISSING
) {
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 179 milliseconds