Home
last modified time | relevance | path

Searched refs:pr_decode_str (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dencode.c103 res = pr_decode_str(NULL, NULL, 0, NULL); in START_TEST()
108 res = pr_decode_str(p, NULL, 0, NULL); in START_TEST()
115 res = pr_decode_str(p, in_str, in_len, NULL); in START_TEST()
120 res = pr_decode_str(p, in_str, in_len, &out_len); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dencode.h33 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen);
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dencode.c214 char *pr_decode_str(pool *p, const char *in, size_t inlen, size_t *outlen) { in pr_decode_str() function

12