Home
last modified time | relevance | path

Searched refs:oklen (Results 1 – 25 of 90) sorted by relevance

1234

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsdsrc.c63 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
64 memcpy(buf, p, oklen); in data_source_access_string()
65 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsdsrc.c65 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
66 memcpy(buf, p, oklen); in data_source_access_string()
67 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsdsrc.c65 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
66 memcpy(buf, p, oklen); in data_source_access_string()
67 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsdsrc.c65 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
66 memcpy(buf, p, oklen); in data_source_access_string()
67 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsdsrc.c65 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
66 memcpy(buf, p, oklen); in data_source_access_string()
67 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsdsrc.c63 uint oklen = psrc->data.str.size - start; in data_source_access_string() local
64 memcpy(buf, p, oklen); in data_source_access_string()
65 memset(buf + oklen, 0, length - oklen); in data_source_access_string()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.pack/share/native/common-unpack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.pack/share/native/common-unpack/
H A Dutils.cpp65 void mkdirs(int oklen, char* path) { in mkdirs() argument
67 if (strlen(path) <= (size_t)oklen) return; in mkdirs()
74 mkdirs(oklen, dir); in mkdirs()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-sig.cpp259 bool oklen = true; in parse() local
268 if ((oklen = len == 4)) { in parse()
274 if ((oklen = len == 4)) { in parse()
279 if ((oklen = len == 1)) { in parse()
284 if ((oklen = len == 2)) { in parse()
294 if ((oklen = len == 1)) { in parse()
313 if ((oklen = len == 8)) { in parse()
324 oklen = false; in parse()
410 oklen = true; in parse()
432 if (!oklen) { in parse()
[all …]
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-sig.cpp609 bool oklen = true; in parse() local
618 if ((oklen = len == 4)) { in parse()
624 if ((oklen = len == 4)) { in parse()
629 if ((oklen = len == 1)) { in parse()
634 if ((oklen = len == 2)) { in parse()
644 if ((oklen = len == 1)) { in parse()
663 if ((oklen = len == 8)) { in parse()
674 oklen = false; in parse()
760 oklen = true; in parse()
782 if (!oklen) { in parse()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/
H A Dregress.c1127 int oklen; in test_enc_conversion() local
1129 oklen = pg_encoding_verifymbstr(src_encoding, src, srclen); in test_enc_conversion()
1131 if (oklen == srclen) in test_enc_conversion()
1133 convertedbytes = oklen; in test_enc_conversion()
1138 report_invalid_encoding(src_encoding, src + oklen, srclen - oklen); in test_enc_conversion()
1145 Assert(oklen < srclen); in test_enc_conversion()
1146 convertedbytes = oklen; in test_enc_conversion()
1147 retval = (bytea *) palloc(oklen + VARHDRSZ); in test_enc_conversion()
1148 SET_VARSIZE(retval, oklen + VARHDRSZ); in test_enc_conversion()
1149 memcpy(VARDATA(retval), src, oklen); in test_enc_conversion()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/
H A Dcms_asn1.c385 ASN1_OCTET_STRING oklen; variable
394 oklen.length = 4;
395 oklen.data = kl;
396 oklen.type = V_ASN1_OCTET_STRING;
397 oklen.flags = 0;
400 ecsi.suppPubInfo = &oklen;
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/cms/
H A Dcms_asn1.c385 ASN1_OCTET_STRING oklen; variable
394 oklen.length = 4;
395 oklen.data = kl;
396 oklen.type = V_ASN1_OCTET_STRING;
397 oklen.flags = 0;
400 ecsi.suppPubInfo = &oklen;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/cms/
H A Dcms_asn1.c397 ASN1_OCTET_STRING oklen; variable
406 oklen.length = 4;
407 oklen.data = kl;
408 oklen.type = V_ASN1_OCTET_STRING;
409 oklen.flags = 0;
412 ecsi.suppPubInfo = &oklen;
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/
H A Dcms_asn1.c385 ASN1_OCTET_STRING oklen; variable
394 oklen.length = 4;
395 oklen.data = kl;
396 oklen.type = V_ASN1_OCTET_STRING;
397 oklen.flags = 0;
400 ecsi.suppPubInfo = &oklen;

1234