OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NAME_MATCH
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
GeneralNameInterface.java
57
public static final int
NAME_MATCH
= 0; /* input name matches name */
80
* <li>
NAME_MATCH
= 0: input name matches name.
GeneralSubtrees.java
53
private static final int
NAME_MATCH
= GeneralNameInterface.
NAME_MATCH
;
205
case GeneralNameInterface.
NAME_MATCH
:
374
case
NAME_MATCH
:
406
if (constraintType ==
NAME_MATCH
||
453
case
NAME_MATCH
:
507
case GeneralNameInterface.
NAME_MATCH
:
Completed in 56 milliseconds