Searched refs:sql (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/contrib/sdb/sqlite/
H A Dzone2sqlite.c112 char *sql; local
131 sql = sqlite3_mprintf(
136 printf("%s\n", sql);
137 res = sqlite3_exec(dbi.db, sql, add_rdata_cb, NULL, &errmsg);
138 sqlite3_free(sql);
149 char *sql; local
211 sql = sqlite3_mprintf("DROP TABLE %Q ", dbi.table);
212 printf("%s\n", sql);
213 res = sqlite3_exec(dbi.db, sql, NULL, NULL, &errmsg);
214 sqlite3_free(sql);
[all...]
H A Dsqlitedb.c120 char *sql; local
127 sql = sqlite3_mprintf(
132 result = sqlite3_exec(dbi->db, sql,
135 sqlite3_free(sql);
192 char *sql; local
199 sql = sqlite3_mprintf(
203 result = sqlite3_exec(dbi->db, sql,
206 sqlite3_free(sql);
/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Dsdlz_helper.c97 if (tseg->sql != NULL && tseg->direct == isc_boolean_true)
98 isc_mem_free(mctx, tseg->sql);
161 tseg->sql = NULL;
172 tseg->sql = isc_mem_strdup(mctx,
175 if (tseg->sql == NULL) {
180 /* tseg->sql points directly to a string. */
182 tseg->strlen = strlen(tseg->sql);
185 if (strcasecmp(tseg->sql, "zone") == 0) {
190 isc_mem_free(mctx, tseg->sql);
191 /* set tseg->sql t
[all...]
H A Ddlz_odbc_driver.c76 #include <sql.h>
220 /* free sql environment */
/bind-9.6-ESV-R11/contrib/dlz/drivers/include/dlz/
H A Dsdlz_helper.h58 void *sql; member in struct:query_segment
/bind-9.6-ESV-R11/
H A Dconfigure18797 if test -f $d/include/sql.h -a -f $d/lib/libodbc.a

Completed in 1277 milliseconds