Home
last modified time | relevance | path

Searched refs:dbtable (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Ddbtable.c40 #define VALID_DBTABLE(dbtable) ISC_MAGIC_VALID(dbtable, DBTABLE_MAGIC) argument
55 dns_dbtable_t *dbtable; in dns_dbtable_create() local
61 dbtable = (dns_dbtable_t *)isc_mem_get(mctx, sizeof(*dbtable)); in dns_dbtable_create()
62 if (dbtable == NULL) in dns_dbtable_create()
65 dbtable->rbt = NULL; in dns_dbtable_create()
79 dbtable->mctx = NULL; in dns_dbtable_create()
85 *dbtablep = dbtable; in dns_dbtable_create()
96 isc_mem_putanddetach(&mctx, dbtable, sizeof(*dbtable)); in dns_dbtable_create()
118 dbtable->magic = 0; in dbtable_free()
120 isc_mem_putanddetach(&dbtable->mctx, dbtable, sizeof(*dbtable)); in dbtable_free()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Ddbtable.c37 #define VALID_DBTABLE(dbtable) ISC_MAGIC_VALID(dbtable, DBTABLE_MAGIC) argument
51 dns_dbtable_t *dbtable; in dns_dbtable_create() local
57 dbtable = isc_mem_get(mctx, sizeof(*dbtable)); in dns_dbtable_create()
59 dbtable->rbt = NULL; in dns_dbtable_create()
71 dbtable->mctx = NULL; in dns_dbtable_create()
77 *dbtablep = dbtable; in dns_dbtable_create()
85 isc_mem_putanddetach(&mctx, dbtable, sizeof(*dbtable)); in dns_dbtable_create()
108 dbtable->magic = 0; in dbtable_free()
110 isc_mem_putanddetach(&dbtable->mctx, dbtable, sizeof(*dbtable)); in dbtable_free()
125 dns_dbtable_t *dbtable; in dns_dbtable_detach() local
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Ddbtable.c39 #define VALID_DBTABLE(dbtable) ISC_MAGIC_VALID(dbtable, DBTABLE_MAGIC) argument
53 dns_dbtable_t *dbtable; in dns_dbtable_create() local
59 dbtable = isc_mem_get(mctx, sizeof(*dbtable)); in dns_dbtable_create()
61 dbtable->rbt = NULL; in dns_dbtable_create()
69 dbtable->mctx = NULL; in dns_dbtable_create()
75 *dbtablep = dbtable; in dns_dbtable_create()
80 isc_mem_putanddetach(&mctx, dbtable, sizeof(*dbtable)); in dns_dbtable_create()
103 dbtable->magic = 0; in dbtable_free()
105 isc_mem_putanddetach(&dbtable->mctx, dbtable, sizeof(*dbtable)); in dbtable_free()
120 dns_dbtable_t *dbtable; in dns_dbtable_detach() local
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Ddbtable.c39 #define VALID_DBTABLE(dbtable) ISC_MAGIC_VALID(dbtable, DBTABLE_MAGIC) argument
53 dns_dbtable_t *dbtable; in dns_dbtable_create() local
59 dbtable = isc_mem_get(mctx, sizeof(*dbtable)); in dns_dbtable_create()
61 dbtable->rbt = NULL; in dns_dbtable_create()
69 dbtable->mctx = NULL; in dns_dbtable_create()
75 *dbtablep = dbtable; in dns_dbtable_create()
80 isc_mem_putanddetach(&mctx, dbtable, sizeof(*dbtable)); in dns_dbtable_create()
103 dbtable->magic = 0; in dbtable_free()
105 isc_mem_putanddetach(&dbtable->mctx, dbtable, sizeof(*dbtable)); in dbtable_free()
120 dns_dbtable_t *dbtable; in dns_dbtable_detach() local
[all …]
/dports/mail/perdition/perdition-2.2/perdition/db/mysql/
H A Dperditiondb_mysql_makedb94 read dbtable
95 if [ -z "$dbtable" ]; then
96 dbtable="$DEFAULT_DBTABLE"
149 echo "Database table: $dbtable"
195 echo -n "Creating table $dbtable in database $dbname..."
198 drop table if exists $dbtable;
199 create table $dbtable (
204 create index idx${dbtable}_user on $dbtable (user);
207 echo "Error creating $dbtable in $dbname. Bailing"
214 echo "You may now add entries to $dbtable in $dbname."
[all …]
/dports/mail/perdition/perdition-2.2/perdition/db/postgresql/
H A Dperditiondb_postgresql_makedb65 read dbtable
66 if [ -z "$dbtable" ]; then
67 dbtable="$DEFAULT_DBTABLE"
138 echo "Database table: $dbtable"
221 echo -n "Dropping table $dbtable in database $dbname..."
226 drop table $dbtable;
232 drop table $dbtable;
243 create table $dbtable (
253 create table $dbtable (
261 echo "Error creating $dbtable in $dbname. Bailing"
[all …]
/dports/mail/perdition/perdition-2.2/perdition/db/odbc/
H A Dperditiondb_odbc_makedb93 read dbtable
94 if [ -z "$dbtable" ]; then
95 dbtable="$DEFAULT_DBTABLE"
128 echo "Table: $dbtable"
138 echo -n "Creating table $dbtable in database $dbname..."
143 drop table if exists $dbtable;
145 create index idx${dbtable}_user on $dbtable (user);
149 echo "Error creating $dbtable in $dbname. Bailing"
156 You may now add entries to $dbtable in $dbname.
161 To insert rows into $dbtable use the following once
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/userblacklist/
H A Ddb.c46 const str *dbtable, struct dtrie_node_t *root, int use_domain) in db_build_userbl_tree() argument
63 if (userblacklist_dbf.use_table(userblacklist_dbh, dbtable) < 0) { in db_build_userbl_tree()
64 LM_ERR("cannot use db table '%.*s'.\n", dbtable->len, dbtable->s); in db_build_userbl_tree()
70 dbtable->len, dbtable->s); in db_build_userbl_tree()
114 int db_reload_source(const str *dbtable, struct dtrie_node_t *root) in db_reload_source() argument
122 if (userblacklist_dbf.use_table(userblacklist_dbh, dbtable) < 0) { in db_reload_source()
123 LM_ERR("cannot use db table '%.*s'\n", dbtable->len, dbtable->s); in db_reload_source()
129 dbtable->len, dbtable->s); in db_reload_source()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Ddbtable.h103 dns_dbtable_add(dns_dbtable_t *dbtable, dns_db_t *db);
114 dns_dbtable_remove(dns_dbtable_t *dbtable, dns_db_t *db);
123 dns_dbtable_adddefault(dns_dbtable_t *dbtable, dns_db_t *db);
130 dns_dbtable_getdefault(dns_dbtable_t *dbtable, dns_db_t **db);
137 dns_dbtable_removedefault(dns_dbtable_t *dbtable);
143 dns_dbtable_find(dns_dbtable_t *dbtable, const dns_name_t *name,
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Ddbtable.h102 dns_dbtable_add(dns_dbtable_t *dbtable, dns_db_t *db);
113 dns_dbtable_remove(dns_dbtable_t *dbtable, dns_db_t *db);
122 dns_dbtable_adddefault(dns_dbtable_t *dbtable, dns_db_t *db);
129 dns_dbtable_getdefault(dns_dbtable_t *dbtable, dns_db_t **db);
136 dns_dbtable_removedefault(dns_dbtable_t *dbtable);
142 dns_dbtable_find(dns_dbtable_t *dbtable, dns_name_t *name,
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/include/dns/
H A Ddbtable.h101 dns_dbtable_add(dns_dbtable_t *dbtable, dns_db_t *db);
112 dns_dbtable_remove(dns_dbtable_t *dbtable, dns_db_t *db);
121 dns_dbtable_adddefault(dns_dbtable_t *dbtable, dns_db_t *db);
128 dns_dbtable_getdefault(dns_dbtable_t *dbtable, dns_db_t **db);
135 dns_dbtable_removedefault(dns_dbtable_t *dbtable);
141 dns_dbtable_find(dns_dbtable_t *dbtable, const dns_name_t *name,
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Ddbtable.h103 dns_dbtable_add(dns_dbtable_t *dbtable, dns_db_t *db);
114 dns_dbtable_remove(dns_dbtable_t *dbtable, dns_db_t *db);
123 dns_dbtable_adddefault(dns_dbtable_t *dbtable, dns_db_t *db);
130 dns_dbtable_getdefault(dns_dbtable_t *dbtable, dns_db_t **db);
137 dns_dbtable_removedefault(dns_dbtable_t *dbtable);
143 dns_dbtable_find(dns_dbtable_t *dbtable, const dns_name_t *name,
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/
H A DUIConfig_dbtable.mk10 $(eval $(call gb_UIConfig_UIConfig,modules/dbtable))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbtable,\
13 dbaccess/uiconfig/dbtable/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbtable,\
17 dbaccess/uiconfig/dbtable/toolbar/toolbar \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/
H A DUIConfig_dbtable.mk10 $(eval $(call gb_UIConfig_UIConfig,modules/dbtable))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbtable,\
13 dbaccess/uiconfig/dbtable/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbtable,\
17 dbaccess/uiconfig/dbtable/toolbar/toolbar \
/dports/sysutils/webmin/webmin-1.981/spam/
H A Dedit_db.cgi35 $dbtable = &ui_table_start(undef, undef, 2, [ "nowrap" ]);
36 $dbtable .= &ui_table_row($text{'db_dbdriver'},
40 $dbtable .= &ui_table_row($text{'db_dbhost'},
42 $dbtable .= &ui_table_row($text{'db_dbdb'},
44 $dbtable .= &ui_table_row($text{'db_dbport'},
46 $dbtable .= &ui_table_end();
71 [ 1, $text{'db_mode1'}, $dbtable ],
/dports/textproc/p5-Sphinx-Search/Sphinx-Search-0.31/t/testlib/
H A DTestDB.pm63 $self->dbtable(my $dbtable = 'sphinx_test_jjs_092348792');
104 my $dbtable = $self->dbtable;
106 $dbi->do(qq{DROP TABLE IF EXISTS \`$dbtable\`});
108 $dbi->do(qq{CREATE TABLE \`$dbtable\` (
117 …$dbi->do(qq{INSERT INTO \`$dbtable\` (\`id\`,\`field1\`,\`field2\`,\`attr1\`,\`lat\`,\`long\`,\`st…
147 my $dbtable = $self->dbtable;
162 sql_query = SELECT * FROM $dbtable
/dports/www/moodle310/moodle/admin/tool/log/store/database/
H A Dtest_settings.php39 $dbtable = get_config('logstore_database', 'dbtable'); variable
40 if (empty($dbtable)) {
80 if (!in_array($dbtable, $tables)) {
81 echo $OUTPUT->notification('Cannot find the specified table ' . $dbtable, 'notifyproblem');
89 echo $OUTPUT->notification('Table ' . $dbtable . ' found.', 'notifysuccess');
91 $cols = $db->get_columns($dbtable);
/dports/www/moodle311/moodle/admin/tool/log/store/database/
H A Dtest_settings.php39 $dbtable = get_config('logstore_database', 'dbtable'); variable
40 if (empty($dbtable)) {
80 if (!in_array($dbtable, $tables)) {
81 echo $OUTPUT->notification('Cannot find the specified table ' . $dbtable, 'notifyproblem');
89 echo $OUTPUT->notification('Table ' . $dbtable . ' found.', 'notifysuccess');
91 $cols = $db->get_columns($dbtable);
/dports/www/moodle39/moodle/admin/tool/log/store/database/
H A Dtest_settings.php39 $dbtable = get_config('logstore_database', 'dbtable'); variable
40 if (empty($dbtable)) {
80 if (!in_array($dbtable, $tables)) {
81 echo $OUTPUT->notification('Cannot find the specified table ' . $dbtable, 'notifyproblem');
89 echo $OUTPUT->notification('Table ' . $dbtable . ' found.', 'notifysuccess');
91 $cols = $db->get_columns($dbtable);
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajnam.c1535 AjPTable dbtable; in ajNamSvrGetdbAttrC() local
1623 AjPTable dbtable; in ajNamSvrGetdbAttrSpecialC() local
1971 AjPTable dbtable; in ajNamDbGetAttrC() local
2053 AjPTable dbtable; in ajNamDbGetAttrSpecialC() local
5050 AjPTable dbtable; in ajNamDatabaseServer() local
5135 AjPTable dbtable; in ajNamAliasServer() local
5801 AjPTable dbtable; in ajNamSvrCount() local
5879 AjPTable dbtable; in ajNamSvrListFindAliases() local
5980 AjPTable dbtable; in ajNamSvrListListAliases() local
6075 AjPTable dbtable; in ajNamSvrListListDatabases() local
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.db.connect/
H A Dmain.c74 dbtable = G_define_standard_option(G_OPT_DB_TABLE); in main()
261 fi->table = dbtable->answer; in main()
280 dbtable->answer) < 1) in main()
282 dbtable->answer, database_novar); in main()
290 db_get_column(driver, dbtable->answer, dbkey->answer, in main()
294 dbkey->answer, dbtable->answer); in main()
297 (driver, dbtable->answer, in main()
309 dbtable->answer, input); in main()
317 dbtable->answer) < 1) in main()
319 dbtable->answer, dbdatabase->answer); in main()
[all …]
/dports/www/moodle310/moodle/admin/tool/log/store/database/classes/log/
H A Dstore.php144 if (!$dbtable = $this->get_config('dbtable')) {
148 $this->extdb->insert_records($dbtable, $evententries);
170 if (!$dbtable = $this->get_config('dbtable')) {
177 …$records = $this->extdb->get_records_select($dbtable, $selectwhere, $params, $sort, '*', $limitfro…
207 if (!$dbtable = $this->get_config('dbtable')) {
213 …$recordset = $this->extdb->get_recordset_select($dbtable, $selectwhere, $params, $sort, '*', $limi…
258 if (!$dbtable = $this->get_config('dbtable')) {
262 return $this->extdb->count_records_select($dbtable, $selectwhere, $params);
/dports/www/moodle311/moodle/admin/tool/log/store/database/classes/log/
H A Dstore.php144 if (!$dbtable = $this->get_config('dbtable')) {
148 $this->extdb->insert_records($dbtable, $evententries);
170 if (!$dbtable = $this->get_config('dbtable')) {
177 …$records = $this->extdb->get_records_select($dbtable, $selectwhere, $params, $sort, '*', $limitfro…
207 if (!$dbtable = $this->get_config('dbtable')) {
213 …$recordset = $this->extdb->get_recordset_select($dbtable, $selectwhere, $params, $sort, '*', $limi…
258 if (!$dbtable = $this->get_config('dbtable')) {
262 return $this->extdb->count_records_select($dbtable, $selectwhere, $params);
/dports/www/moodle39/moodle/admin/tool/log/store/database/classes/log/
H A Dstore.php144 if (!$dbtable = $this->get_config('dbtable')) {
148 $this->extdb->insert_records($dbtable, $evententries);
170 if (!$dbtable = $this->get_config('dbtable')) {
177 …$records = $this->extdb->get_records_select($dbtable, $selectwhere, $params, $sort, '*', $limitfro…
207 if (!$dbtable = $this->get_config('dbtable')) {
213 …$recordset = $this->extdb->get_recordset_select($dbtable, $selectwhere, $params, $sort, '*', $limi…
258 if (!$dbtable = $this->get_config('dbtable')) {
262 return $this->extdb->count_records_select($dbtable, $selectwhere, $params);
/dports/databases/p5-DBD-ODBC/DBD-ODBC-1.61/examples/
H A Dmoney_test.cgi16 our $dbtable='test1'; # ProvTable
52 FROM $dbtable with (NoLock)
72 …my $sth8 = $dbh->prepare("SELECT ISNULL(TypeName,'') AS TypeName FROM $dbtable with (NoLock)"); # …
86 $dbtable

12345678