Searched refs:sqlite_get_table (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtable.c15 ** This file contains the sqlite_get_table() and sqlite_free_table()
27 ** This structure is used to pass data from sqlite_get_table() through
91 "sqlite_get_table() called with two or more incompatible queries",
128 int sqlite_get_table( function
193 ** This routine frees the space the sqlite_get_table() malloced.
196 char **azResult /* Result returned from from sqlite_get_table() */
H A Dprintf.c790 ** sqlite_exec() and sqlite_get_table() interfaces. See the sqlite.h
858 rc = sqlite_get_table(db, zSql, resultp, nrow, ncolumn, errmsg);

Completed in 17 milliseconds