Home
last modified time | relevance | path

Searched refs:PR_TABLE_DO_FL_ALL (Results 1 – 25 of 37) sorted by relevance

12

/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_vroot/
H A Dalias.c51 res = pr_table_do(alias_tab, cb, user_data, PR_TABLE_DO_FL_ALL); in vroot_alias_do()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dtable.h95 #define PR_TABLE_DO_FL_ALL 0x0010 macro
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/ftp/proftpd/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/api/
H A Dtable.c614 res = pr_table_do(tab, do_cb, NULL, PR_TABLE_DO_FL_ALL); in START_TEST()
633 res = pr_table_do(tab, do_with_remove_cb, tab, PR_TABLE_DO_FL_ALL); in START_TEST()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dtable.c919 !(flags & PR_TABLE_DO_FL_ALL)) { in pr_table_do()

12