Searched refs:sqlite_get_table (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sqlite.h | 96 sqlite_get_table(sqlite *db, const char *zSql, char ***pazResult, int *pnRow, in sqlite_get_table() function
|
H A D | smb_lgrp.c | 1367 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_lookup() 1411 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_exists() 1446 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_count() 1634 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_update_mlist() 1732 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_gtbl_update_plist() 1865 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_dtbl_getidx() 1914 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_lgrp_dtbl_getsid()
|
H A D | smb_nic.c | 1008 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_nic_dbvalidate() 1044 rc = sqlite_get_table(db, sql, &result, &nrow, &ncol, &errmsg); in smb_nic_dbvalidate()
|
/titanic_50/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 39 sqlite_get_table;
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | table.c | 128 int sqlite_get_table( in sqlite_get_table() function
|
H A D | sqlite.h.in | 338 int sqlite_get_table( 348 ** Call this routine to free the memory that sqlite_get_table() allocated. 354 ** sqlite_get_table(). The only difference between the routines that 764 ** sqlite_step() and sqlite_get_table(). An example use for this API is to keep 773 ** If a call to sqlite_exec(), sqlite_step() or sqlite_get_table() results
|
H A D | printf.c | 858 rc = sqlite_get_table(db, zSql, resultp, nrow, ncolumn, errmsg); in sqlite_get_table_vprintf()
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | tableapi.test | 163 } {0 1 {sqlite_get_table() called with two or more incompatible queries}} 165 # A report on the mailing list says that the sqlite_get_table() api fails
|
/titanic_50/usr/src/cmd/sqlite/ |
H A D | shell.c | 902 rc = sqlite_get_table(p->db, in do_meta_command()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 273 rc = sqlite_get_table(db, detect_version_sql, &results, in init_db_instance()
|