OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gni
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
OtherName.java
54
private GeneralNameInterface
gni
= null;
field in class:OtherName
74
gni
= getGNI(oid, value);
75
if (
gni
!= null) {
76
name =
gni
.toString();
94
gni
= getGNI(oid, nameValue);
95
if (
gni
!= null) {
96
name =
gni
.toString();
131
GeneralNameInterface
gni
=
local
133
return
gni
;
153
if (
gni
!= null)
[
all
...]
GeneralSubtrees.java
180
GeneralNameInterface
gni
= gn.getName();
local
181
return
gni
;
/external/iputils/ninfod/
ninfod.c
708
int
gni
;
local
737
gni
= getnameinfo((struct sockaddr *)&p->addr,
742
if (
gni
)
Completed in 322 milliseconds