#include "../../db/db.h"#include "../../str.h"


Go to the source code of this file.
Variables | |
| str | db_table |
| str | uridb_domain_col |
| str | uridb_uriuser_col |
| str | uridb_user_col |
| int | use_domain |
| int | use_uri_table |
Name of domain column in URI table
Definition at line 83 of file uridb_mod.c.
Referenced by check_username(), and does_uri_exist().
Name of uri_user column in URI table
Definition at line 84 of file uridb_mod.c.
Referenced by check_username(), and does_uri_exist().
Name of username column in URI table
Definition at line 82 of file uridb_mod.c.
Referenced by check_username(), and does_uri_exist().
| int use_domain |
Should does_uri_exist honor the domain part ?
Use domain in is_user_in
Whether usrloc should use domain part of aor
Definition at line 64 of file alias_db.c.
| int use_uri_table |
Whether or not should be uri table used
Definition at line 86 of file uridb_mod.c.
Referenced by check_username(), does_uri_exist(), and mod_init().
1.5.6