Home
last modified time | relevance | path

Searched refs:pr_str_hex2bin (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dstr.h99 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len,
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dstr.c1298 res = pr_str_hex2bin(NULL, NULL, 0, NULL); in START_TEST()
1303 res = pr_str_hex2bin(p, NULL, 0, 0); in START_TEST()
1312 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
1325 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1344 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1355 res = pr_str_hex2bin(p, (const unsigned char *) hex, hex_len, &len); in START_TEST()
1365 res = pr_str_hex2bin(p, hex, hex_len, &len); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dstr.c580 unsigned char *pr_str_hex2bin(pool *p, const unsigned char *hex, size_t hex_len, in pr_str_hex2bin() function

12