OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psi_portID
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
net_util.h
83
extern jfieldID
psi_portID
;
PlainSocketImpl.c
69
jfieldID
psi_portID
;
109
psi_portID
= (*env)->GetFieldID(env, cls, "port", "I");
110
CHECK_NULL(
psi_portID
);
485
(*env)->SetIntField(env, this,
psi_portID
, port);
755
(*env)->SetIntField(env, socket,
psi_portID
, port);
[
all
...]
Completed in 559 milliseconds