Home
last modified time | relevance | path

Searched refs:asciiName (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dpatchname.cpp61 char asciiName[9]; in operator <<() local
62 for (int i = 0; i < 8; ++i) { from >> asciiName[i]; } in operator <<()
63 asciiName[8] = 0; in operator <<()
67 _name = QString(QByteArray(asciiName).toPercentEncoding()); in operator <<()
H A Dcomposite.cpp42 char asciiName[9]; in readAndPercentEncodeRawName() local
43 for (int i = 0; i < 8; ++i) { from >> asciiName[i]; } in readAndPercentEncodeRawName()
44 asciiName[8] = 0; in readAndPercentEncodeRawName()
48 return QString(QByteArray(asciiName).toPercentEncoding()); in readAndPercentEncodeRawName()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/jsse/
H A DBCSNIHostName.java115 String asciiName; in matches() local
118 asciiName = getAsciiHostName(serverName); in matches()
125 if (pattern.matcher(asciiName).matches()) in matches()
130 String unicodeName = IDNUtil.toUnicode(asciiName, 0); in matches()
131 if (!asciiName.equals(unicodeName) in matches()
/dports/emulators/stella/stella-6.6/src/windows/
H A DFSNodeWINDOWS.cxx95 char* asciiName = toAscii(find_data->cFileName); in addFile() local
99 if(!strncmp(asciiName, ".", 1) || !strncmp(asciiName, "..", 2)) in addFile()
111 entry._displayName = asciiName; in addFile()
113 entry._path += asciiName; in addFile()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/fs/windows/
H A Dwindows-fs.cpp60 char *asciiName = toAscii(find_data->cFileName); in addFile() local
64 if (!strcmp(asciiName, ".") || !strcmp(asciiName, "..")) in addFile()
78 entry._displayName = asciiName; in addFile()
80 entry._path += asciiName; in addFile()
/dports/games/residualvm/residualvm-0.3.1/backends/fs/windows/
H A Dwindows-fs.cpp60 char *asciiName = toAscii(find_data->cFileName); in addFile() local
64 if (!strcmp(asciiName, ".") || !strcmp(asciiName, "..")) in addFile()
78 entry._displayName = asciiName; in addFile()
80 entry._path += asciiName; in addFile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java387 String asciiName = hostname.getAsciiName(); in matches() local
388 if (pattern.matcher(asciiName).matches()) { in matches()
394 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/net/ssl/
H A DSNIHostName.java386 String asciiName = hostname.getAsciiName(); in matches() local
387 if (pattern.matcher(asciiName).matches()) { in matches()
393 return pattern.matcher(IDN.toUnicode(asciiName)).matches(); in matches()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/security/ca_root_nss/nss-3.71/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/www/firefox/firefox-99.0/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/security/nss/nss-3.76.1/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/libpkix/pkix_pl_nss/pki/
H A Dpkix_pl_generalname.c337 char *asciiName = NULL; in pkix_pl_GeneralName_ToString_Helper() local
382 (name->other, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
386 asciiName, in pkix_pl_GeneralName_ToString_Helper()
398 (&name->OthName->oid, &asciiName, plContext), in pkix_pl_GeneralName_ToString_Helper()
403 asciiName, in pkix_pl_GeneralName_ToString_Helper()
428 PKIX_FREE(asciiName); in pkix_pl_GeneralName_ToString_Helper()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/libpkix/pkix_pl/pki/
H A Dtest_x500name.c17 createX500Name(char *asciiName, PKIX_Boolean expectedToPass) in createX500Name() argument
25 …PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_String_Create(PKIX_ESCASCII, asciiName, 0, &plString, plContext)… in createX500Name()

1234567