OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ncstring
(Results
1 - 1
of
1
) sorted by null
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DigestAuthentication.java
339
String
ncstring
=null;
local
342
ncstring
= Integer.toHexString (nccount).toLowerCase();
343
int len =
ncstring
.length();
345
ncstring
= zeroPad [len] +
ncstring
;
350
method, uri, nonce, cnonce,
ncstring
);
357
ncfield = "\", nc=" +
ncstring
;
396
String
ncstring
=null;
local
403
ncstring
= Integer.toHexString (nccount).toUpperCase();
404
int len =
ncstring
.length()
[
all
...]
Completed in 165 milliseconds