Home
last modified time | relevance | path

Searched refs:sqlite_get_table (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h96 sqlite_get_table(sqlite *db, const char *zSql, char ***pazResult, int *pnRow, in sqlite_get_table() function
H A Dsmb_lgrp.c1367 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 Dsmb_nic.c1008 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 Dmapfile-sqlite39 sqlite_get_table;
/titanic_50/usr/src/lib/libsqlite/src/
H A Dtable.c128 int sqlite_get_table( in sqlite_get_table() function
H A Dsqlite.h.in338 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 Dprintf.c858 rc = sqlite_get_table(db, zSql, resultp, nrow, ncolumn, errmsg); in sqlite_get_table_vprintf()
/titanic_50/usr/src/lib/libsqlite/test/
H A Dtableapi.test163 } {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 Dshell.c902 rc = sqlite_get_table(p->db, in do_meta_command()
/titanic_50/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c273 rc = sqlite_get_table(db, detect_version_sql, &results, in init_db_instance()