Searched defs:sqlite3_get_table (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtable.c12 ** 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() */
H A Dloadext.c100 # define sqlite3_get_table 0 macro
198 sqlite3_get_table,
H A Dsqlite3ext.h296 #define sqlite3_get_table sqlite3_api->get_table macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h334 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.c2232 ** [sqlite3_get_table()] interface. A result table records the
2277 ** ^The sqlite3_get_table() function evaluates one or more
2282 ** After the application has finished with the result from sqlite3_get_table(),
2285 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2289 ** The sqlite3_get_table() interface is implemented as a wrapper around
2290 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2297 SQLITE_API int sqlite3_get_table(
2721 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
97305 #define sqlite3_get_table macro
97543 # define sqlite3_get_table macro
106977 SQLITE_API int sqlite3_get_table( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h334 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.c2232 ** [sqlite3_get_table()] interface. A result table records the
2277 ** ^The sqlite3_get_table() function evaluates one or more
2282 ** After the application has finished with the result from sqlite3_get_table(),
2285 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2289 ** The sqlite3_get_table() interface is implemented as a wrapper around
2290 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2297 SQLITE_API int sqlite3_get_table(
2721 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
97325 #define sqlite3_get_table macro
97563 # define sqlite3_get_table macro
106997 SQLITE_API int sqlite3_get_table( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c2359 ** [sqlite3_get_table()] interface. A result table records the
2404 ** ^The sqlite3_get_table() function evaluates one or more
2409 ** After the application has finished with the result from sqlite3_get_table(),
2412 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2416 ** The sqlite3_get_table() interface is implemented as a wrapper around
2417 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2424 SQLITE_API int sqlite3_get_table(
2839 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
86778 #define sqlite3_get_table macro
86984 # define sqlite3_get_table macro
94505 SQLITE_API int sqlite3_get_table( function
[all...]

Completed in 784 milliseconds