HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_get_table (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
table.c 12 ** This file contains the sqlite3_get_table() and sqlite3_free_table()
26 ** This structure is used to pass data from sqlite3_get_table() through
79 "sqlite3_get_table() called with two or more incompatible queries"
118 int sqlite3_get_table( function
182 ** This routine frees the space the sqlite3_get_table() malloced.
185 char **azResult /* Result returned from from sqlite3_get_table() */
loadext.c 100 # define sqlite3_get_table 0 macro
198 sqlite3_get_table,
sqlite3ext.h 296 #define sqlite3_get_table sqlite3_api->get_table macro
sqlite.h.in     [all...]
test1.c 602 rc = sqlite3_get_table(db, zSql, &aResult, 0, 0, &zErr);
604 rc = sqlite3_get_table(db, zSql, &aResult, &nRow, &nCol, &zErr);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 86778 #define sqlite3_get_table macro
86984 # define sqlite3_get_table macro
94505 SQLITE_API int sqlite3_get_table( function
    [all...]

Completed in 104 milliseconds