Home
last modified time | relevance | path

Searched refs:cmd_rec (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/ftp/proftpd/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]
H A Ddirtree.h140 } cmd_rec; typedef
223 int dir_check_full(pool *, cmd_rec *, const char *, const char *, int *);
224 int dir_check_limits(cmd_rec *, config_rec *, const char *, int);
225 int dir_check(pool *, cmd_rec *, const char *, const char *, int *);
226 int dir_check_canon(pool *, cmd_rec *, const char *, const char *, int *);
232 unsigned char check_context(cmd_rec *, int);
233 char *get_context_name(cmd_rec *);
234 int get_boolean(cmd_rec *, int);
235 const char *get_full_cmd(cmd_rec *);
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/include/
H A Dcmd.h28 cmd_rec *pr_cmd_alloc(pool *p, unsigned int, ...);
29 int pr_cmd_clear_cache(cmd_rec *cmd);
31 int pr_cmd_get_errno(cmd_rec *cmd);
33 int pr_cmd_cmp(cmd_rec *cmd, int cmd_id);
114 int pr_cmd_is_http(cmd_rec *cmd);
119 int pr_cmd_is_smtp(cmd_rec *cmd);
124 int pr_cmd_is_ssh2(cmd_rec *cmd);
126 int pr_cmd_set_errno(cmd_rec *cmd, int xerrno);
130 int pr_cmd_read(cmd_rec **cmd);
131 int pr_cmd_dispatch(cmd_rec *cmd);
[all …]
H A Dmodules.h69 modret_t *(*handler)(cmd_rec *);
115 modret_t *(*handler)(cmd_rec *);
131 modret_t *(*handler)(cmd_rec *);
181 modret_t *pr_module_call(module *, modret_t *(*)(cmd_rec *), cmd_rec *);
184 void set_auth_check(int (*ck)(cmd_rec *));
187 extern int (*cmd_auth_chk)(cmd_rec *);
190 modret_t *mod_create_ret(cmd_rec *, unsigned char, const char *, const char *);
191 modret_t *mod_create_error(cmd_rec *, int);
192 modret_t *mod_create_data(cmd_rec *, void *);
195 int core_chgrp(cmd_rec *, const char *, uid_t, gid_t);
[all …]

12345678910>>...40