Home
last modified time | relevance | path

Searched refs:sqlite3_prepare_v2 (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h238 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
282 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
Dsqlite3.h1026 int sqlite3_prepare_v2(
/external/sqlite/android/
Dsqlite3_android.cpp307 err = sqlite3_prepare_v2(handle, sql, -1, &statement, NULL); in tokenize()
/external/sqlite/dist/
Dsqlite3.h.orig196 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
276 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
1893 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
1903 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
1908 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
1953 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
1956 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
1965 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2078 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2237 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
[all …]
Dsqlite3.h2436 SQLITE_API int sqlite3_prepare_v2(
Dshell.c1856 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &zLeftover); in shell_exec()
Dsqlite3.c2960 SQLITE_API int sqlite3_prepare_v2(
76268 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
76314 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2
76606 sqlite3_prepare_v2,
79145 SQLITE_API int sqlite3_prepare_v2(
100613 rc = sqlite3_prepare_v2(p->db, zSql, -1, &pCsr->pStmt, 0);
101967 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
103495 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
103518 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, 0);
104097 rc = sqlite3_prepare_v2(p->db, zSql, -1, &pStmt, NULL);
[all …]
Dsqlite3.c.orig720 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
800 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2417 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2427 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2432 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2477 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2480 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2489 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2602 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2761 ** <li> Create the object using [sqlite3_prepare_v2()] or a related
[all …]