OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_b
(Results
1 - 3
of
3
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
SSLInputStream.java
102
int
read_b
;
local
105
if ((
read_b
= read()) == -1) {
108
b[off+i] = (byte)
read_b
;
SSLSocketInputStream.java
118
int
read_b
;
local
121
if ((
read_b
= read()) == -1) {
124
b[off+i] = (byte)
read_b
;
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java
837
int
read_b
;
local
[
all
...]
Completed in 35 milliseconds