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

/illumos-gate/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() */
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h96 sqlite_get_table(sqlite *db, const char *zSql, char ***pazResult, int *pnRow, function

Completed in 69 milliseconds