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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h348 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
394 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
H A Dshell.c1144 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &zLeftover);
2346 rc = sqlite3_prepare_v2(p->db, "PRAGMA database_list", -1, &pStmt, 0);
2374 rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, 0);
H A Dsqlite3.h224 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
322 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2369 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2379 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2384 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2429 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2432 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2441 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2576 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2898 ** <li> Create the object using [sqlite3_prepare_v2()] o
[all...]
H A Dsqlite3.c795 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
893 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2940 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2950 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2955 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
3000 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3003 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
3012 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
3147 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3469 ** <li> Create the object using [sqlite3_prepare_v2()] o
92525 #define sqlite3_prepare_v2 macro
92571 #define sqlite3_prepare_v2 macro
95976 SQLITE_API int sqlite3_prepare_v2( function
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c116 * Wrapper around sqlite3_prepare_v2.
133 ret = sqlite3_prepare_v2(db, str, -1, statement, NULL);
140 ret = sqlite3_prepare_v2(db, str, -1, statement, NULL);
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h313 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
359 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
H A Dsqlite3.h223 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2170 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2180 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2185 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2230 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2233 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2242 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2374 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2507 ** third argument to sqlite3_prepare_v2()
[all...]
H A Dsqlite3.c776 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
856 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2723 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2733 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2738 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2783 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2786 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2795 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2927 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3060 ** third argument to sqlite3_prepare_v2()
89205 #define sqlite3_prepare_v2 macro
89251 #define sqlite3_prepare_v2 macro
92252 SQLITE_API int sqlite3_prepare_v2( function
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c195 SQLITE_ERR(sqlite3_prepare_v2(db->db3, text, -1, &(*stmt)->s3stmt, NULL), db);
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dscache.c201 ret = sqlite3_prepare_v2(db, str, -1, stmt, NULL);

Completed in 792 milliseconds