Home
last modified time | relevance | path

Searched refs:buf1len (Results 1 – 25 of 45) sorted by relevance

12

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/pk/rsa/
H A Drsa_import_pkcs8.c57 unsigned long buf1len, buf2len; in rsa_import_pkcs8() local
74 buf1len = inlen; /* approx. */ in rsa_import_pkcs8()
75 buf1 = XMALLOC(buf1len); in rsa_import_pkcs8()
86 LTC_SET_ASN1(key_seq_e, 0, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
111 LTC_SET_ASN1(top_seq, 2, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/pk/rsa/
H A Drsa_import_pkcs8.c57 unsigned long buf1len, buf2len; in rsa_import_pkcs8() local
74 buf1len = inlen; /* approx. */ in rsa_import_pkcs8()
75 buf1 = XMALLOC(buf1len); in rsa_import_pkcs8()
86 LTC_SET_ASN1(key_seq_e, 0, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
111 LTC_SET_ASN1(top_seq, 2, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/pk/rsa/
H A Drsa_import_pkcs8.c51 unsigned long buf1len, buf2len; in rsa_import_pkcs8() local
68 buf1len = inlen; /* approx. */ in rsa_import_pkcs8()
69 buf1 = XMALLOC(buf1len); in rsa_import_pkcs8()
91 LTC_SET_ASN1(top_seq, 2, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Ddelaybuf.c179 unsigned buf1len; in shrink_buffer() local
185 pjmedia_circ_buf_get_read_regions(b->circ_buf, &buf1, &buf1len, in shrink_buffer()
187 status = pjmedia_wsola_discard(b->wsola, buf1, buf1len, buf2, buf2len, in shrink_buffer()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjsonrpc/src/http-parser/
H A Dtest.c2869 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
2871 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
2872 if (parsed != buf1len)
2882 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
2883 if (parsed != buf1len) goto err;
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/external/http_parser/
H A Dtest.c2611 …size_t buf1len = snprintf(buf1, sizeof(buf1), "%s\r\nConnection: Keep-Alive\r\nContent-Length: %zu… local
2614 &parser, &settings_null, parser_options, buf1, buf1len);
2615 if (parsed != buf1len)
2627 &parser, &settings_null, parser_options, buf1, buf1len);
2628 if (parsed != buf1len) goto err;
/dports/devel/efl/efl-1.25.1/src/static_libs/http-parser/
H A Dtest.c2906 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
2908 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
2909 if (parsed != buf1len)
2919 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
2920 if (parsed != buf1len) goto err;
/dports/net-im/psi/psi-1.5/3rdparty/http-parser/
H A Dtest.c3598 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3600 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3601 if (parsed != buf1len)
3611 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3612 if (parsed != buf1len) goto err;
/dports/net/libngtcp2/ngtcp2-224bd62/third-party/http-parser/
H A Dtest.c3766 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3768 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3769 if (parsed != buf1len)
3779 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3780 if (parsed != buf1len) goto err;
/dports/www/R-cran-httpuv/httpuv/src/http-parser/
H A Dtest.c3590 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3592 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3593 if (parsed != buf1len)
3603 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3604 if (parsed != buf1len) goto err;
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/vendor/http-parser/
H A Dtest.c3905 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3907 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3908 if (parsed != buf1len)
3918 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3919 if (parsed != buf1len) goto err;
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/third_party/http-parser/
H A Dtest.c3830 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3832 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3833 if (parsed != buf1len)
3843 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3844 if (parsed != buf1len) goto err;
/dports/www/firefox/firefox-99.0/third_party/python/aiohttp/vendor/http-parser/
H A Dtest.c3905 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3907 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3908 if (parsed != buf1len)
3918 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3919 if (parsed != buf1len) goto err;
/dports/www/http-parser/http-parser-2.9.4/
H A Dtest.c3905 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
3907 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3908 if (parsed != buf1len)
3918 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
3919 if (parsed != buf1len) goto err;
/dports/www/node10/node-v10.24.1/deps/http_parser/
H A Dtest.c4045 size_t buf1len = sprintf(buf1, "%s\r\nConnection: Keep-Alive\r\nContent-Length: %lu\r\n\r\n", local
4047 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
4048 if (parsed != buf1len)
4058 parsed = http_parser_execute(&parser, &settings_null, buf1, buf1len);
4059 if (parsed != buf1len) goto err;
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/handler/
H A Dha_innodb.cc9679 uint hton_name_len= (uint) strlen(innobase_hton_name), buf1len, buf2len; in innodb_mutex_show_status() local
9699 buf1len= my_snprintf(buf1, sizeof(buf1), in innodb_mutex_show_status()
9716 hton_name_len, buf1, buf1len, in innodb_mutex_show_status()
9731 buf1len= (uint) my_snprintf(buf1, sizeof(buf1), "%s:%lu", in innodb_mutex_show_status()
9738 hton_name_len, buf1, buf1len, in innodb_mutex_show_status()
9747 buf1len = (uint) my_snprintf(buf1, sizeof buf1, in innodb_mutex_show_status()
9757 hton_name_len, buf1, buf1len, in innodb_mutex_show_status()
9780 buf1len = my_snprintf(buf1, sizeof buf1, "%s:%lu", in innodb_mutex_show_status()
9787 hton_name_len, buf1, buf1len, in innodb_mutex_show_status()
9795 buf1len = (uint) my_snprintf(buf1, sizeof buf1, in innodb_mutex_show_status()
[all …]
/dports/security/suricata/suricata-6.0.4/src/tests/
H A Ddetect.c1290 uint16_t buf1len = strlen((char *)buf1); in SigTest21() local
1298 p1 = UTHBuildPacket((uint8_t *)buf1, buf1len, IPPROTO_TCP); in SigTest21()
1368 uint16_t buf1len = strlen((char *)buf1); in SigTest22() local
1371 p1 = UTHBuildPacket((uint8_t *)buf1, buf1len, IPPROTO_TCP); in SigTest22()
1443 uint16_t buf1len = strlen((char *)buf1); in SigTest23() local
1446 p1 = UTHBuildPacket((uint8_t *)buf1, buf1len, IPPROTO_TCP); in SigTest23()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc832 uint buf1len; in sphinx_show_status() local
880 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
884 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc804 uint buf1len; in sphinx_show_status() local
852 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
856 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc836 uint buf1len; in sphinx_show_status() local
884 buf1len = my_snprintf ( buf1, sizeof(buf1), in sphinx_show_status()
888 LOC_STATS ( "stats", 5, buf1, buf1len ); in sphinx_show_status()

12