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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h299 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h1870 ** [sqlite3_get_table()] interface. A result table records the
1915 ** ^The sqlite3_get_table() function evaluates one or more
1920 ** After the application has finished with the result from sqlite3_get_table(),
1923 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1927 ** The sqlite3_get_table() interface is implemented as a wrapper around
1928 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
1935 SQLITE_API int sqlite3_get_table(
2353 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
H A Dsqlite3.c2423 ** [sqlite3_get_table()] interface. A result table records the
2468 ** ^The sqlite3_get_table() function evaluates one or more
2473 ** After the application has finished with the result from sqlite3_get_table(),
2476 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2480 ** The sqlite3_get_table() interface is implemented as a wrapper around
2481 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2488 SQLITE_API int sqlite3_get_table(
2906 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
89191 #define sqlite3_get_table macro
89403 # define sqlite3_get_table macro
97053 SQLITE_API int sqlite3_get_table( function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h431 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h2704 ** [sqlite3_get_table()] interface. A result table records the
2749 ** ^The sqlite3_get_table() function evaluates one or more
2754 ** After the application has finished with the result from sqlite3_get_table(),
2757 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2761 ** The sqlite3_get_table() interface is implemented as a wrapper around
2762 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2769 SQLITE_API int sqlite3_get_table(
3256 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
H A Dsqlite3.c3767 ** [sqlite3_get_table()] interface. A result table records the
3812 ** ^The sqlite3_get_table() function evaluates one or more
3817 ** After the application has finished with the result from sqlite3_get_table(),
3820 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3824 ** The sqlite3_get_table() interface is implemented as a wrapper around
3825 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3832 SQLITE_API int sqlite3_get_table(
4319 ** [sqlite3_exec()], [sqlite3_step()] and [sqlite3_get_table()] for
125821 #define sqlite3_get_table macro
126138 # define sqlite3_get_table macro
138437 SQLITE_API int sqlite3_get_table( function
[all...]

Completed in 1496 milliseconds