Searched refs:sqlite3_get_table (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h277 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h1463 ** [sqlite3_get_table()] interface. A result table records the
1508 ** The sqlite3_get_table() function evaluates one or more
1516 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1520 ** The sqlite3_get_table() interface is implemented as a wrapper around
1521 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
1530 int sqlite3_get_table(
1945 ** [sqlite3_get_table()]. An example use for this
/external/sqlite/dist/orig/
H A Dsqlite3ext.h320 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dshell.c2202 rc = sqlite3_get_table(p->db,
2213 rc = sqlite3_get_table(p->db,
H A Dsqlite3.h1944 ** [sqlite3_get_table()] interface. A result table records the
1989 ** ^The sqlite3_get_table() function evaluates one or more
1994 ** After the application has finished with the result from sqlite3_get_table(),
1997 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2001 ** The sqlite3_get_table() interface is implemented as a wrapper around
2002 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2009 SQLITE_API int sqlite3_get_table(
2427 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
H A Dsqlite3.c2494 ** [sqlite3_get_table()] interface. A result table records the
2539 ** ^The sqlite3_get_table() function evaluates one or more
2544 ** After the application has finished with the result from sqlite3_get_table(),
2547 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2551 ** The sqlite3_get_table() interface is implemented as a wrapper around
2552 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2559 SQLITE_API int sqlite3_get_table(
2977 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
91293 #define sqlite3_get_table macro
91505 # define sqlite3_get_table macro
99233 SQLITE_API int sqlite3_get_table( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h320 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dshell.c2221 rc = sqlite3_get_table(p->db,
2232 rc = sqlite3_get_table(p->db,
H A Dsqlite3.h1944 ** [sqlite3_get_table()] interface. A result table records the
1989 ** ^The sqlite3_get_table() function evaluates one or more
1994 ** After the application has finished with the result from sqlite3_get_table(),
1997 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2001 ** The sqlite3_get_table() interface is implemented as a wrapper around
2002 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2009 SQLITE_API int sqlite3_get_table(
2427 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
H A Dsqlite3.c2494 ** [sqlite3_get_table()] interface. A result table records the
2539 ** ^The sqlite3_get_table() function evaluates one or more
2544 ** After the application has finished with the result from sqlite3_get_table(),
2547 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2551 ** The sqlite3_get_table() interface is implemented as a wrapper around
2552 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2559 SQLITE_API int sqlite3_get_table(
2977 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
91306 #define sqlite3_get_table macro
91518 # define sqlite3_get_table macro
99246 SQLITE_API int sqlite3_get_table( function
[all...]

Completed in 353 milliseconds