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

/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dtest_utils.hpp137 ATF_REQUIRE_EQ(SQLITE_OK, ::sqlite3_get_table(db,
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile123 sqlite3_get_table.3 \
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c395 qres = sqlite3_get_table(dbi->dbconn, querystring, &rs->pazResult,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h460 #define sqlite3_get_table sqlite3_api->get_table macro
H A Dsqlite3.h2872 ** [sqlite3_get_table()] interface. A result table records the
2917 ** ^The sqlite3_get_table() function evaluates one or more
2922 ** After the application has finished with the result from sqlite3_get_table(),
2925 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2929 ** The sqlite3_get_table() interface is implemented as a wrapper around
2930 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
2937 SQLITE_API int sqlite3_get_table(
H A Dsqlite3.c3185 ** [sqlite3_get_table()] interface. A result table records the
3230 ** ^The sqlite3_get_table() function evaluates one or more
3235 ** After the application has finished with the result from sqlite3_get_table(),
3238 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3242 ** The sqlite3_get_table() interface is implemented as a wrapper around
3243 ** [sqlite3_exec()]. The sqlite3_get_table() routine does not have access
3250 SQLITE_API int sqlite3_get_table(
135932 #define sqlite3_get_table macro
136276 # define sqlite3_get_table macro
150475 SQLITE_API int sqlite3_get_table( function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d553 int sqlite3_get_table(

Completed in 678 milliseconds