Home
last modified time | relevance | path

Searched refs:auth_cookie_sql2_config_rec (Results 1 – 3 of 3) sorted by relevance

/dports/www/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2_1.0/
H A Dmod_auth_cookie_sql2.c65 static auth_cookie_sql2_config_rec default_config_rec = {
88 auth_cookie_sql2_config_rec *conf = apr_pcalloc(p, sizeof(*conf)); in auth_cookie_sql2_create_auth_dir_config()
284 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, activated),
289 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, cookiename),
293 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, dbhost),
297 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, dbuser),
301 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, dbpassword),
305 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, dbname),
309 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, dbtable),
337 (void *)APR_OFFSETOF(auth_cookie_sql2_config_rec, sql_addon),
[all …]
H A Dmod_auth_cookie_sql2.h55 } auth_cookie_sql2_config_rec; typedef
59 extern int check_against_db(auth_cookie_sql2_config_rec *, request_rec *, char *, char *, char *, c…
60 extern int open_db(auth_cookie_sql2_config_rec *, request_rec *);
61 extern int close_db(auth_cookie_sql2_config_rec *, request_rec *, int);
H A Dmod_auth_cookie_sql2_mysql.c42 int open_db(auth_cookie_sql2_config_rec *conf, request_rec *r) { in open_db()
70 int close_db(auth_cookie_sql2_config_rec *conf, request_rec *r, int force) { in close_db()
85 int check_against_db(auth_cookie_sql2_config_rec *conf, request_rec *r, char *cookiename, char *coo… in check_against_db()