Searched defs:sqlite3_prepare_v2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c765 int sqlite3_prepare_v2( function
H A Dsqlite3ext.h310 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
356 #define sqlite3_prepare_v2 sqlite3_api->prepare_v2 macro
/external/sqlite/dist/orig/
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 Dsqlite3.c339 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2534 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2544 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2549 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2594 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2597 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2606 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2743 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3090 ** <li> Create the object using [sqlite3_prepare_v2()] o
97319 #define sqlite3_prepare_v2 macro
97365 #define sqlite3_prepare_v2 macro
101348 SQLITE_API int sqlite3_prepare_v2( function
[all...]
/external/sqlite/dist/
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 Dsqlite3.c339 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
437 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2534 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2544 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2549 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2594 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2597 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2606 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2743 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3090 ** <li> Create the object using [sqlite3_prepare_v2()] o
97339 #define sqlite3_prepare_v2 macro
97385 #define sqlite3_prepare_v2 macro
101368 SQLITE_API int sqlite3_prepare_v2( function
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c766 ** [sqlite3_prepare_v2()], [sqlite3_create_function()], and
846 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2659 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()],
2669 ** then the [sqlite3_prepare_v2()] or equivalent call that triggered
2674 ** [sqlite3_prepare_v2()] or equivalent call that triggered the
2719 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2722 ** ^When [sqlite3_prepare_v2()] is used to prepare a statement, the
2731 ** sqlite3_prepare_v2() to reprepare a statement after a schema change.
2860 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
3019 ** <li> Create the object using [sqlite3_prepare_v2()] o
86792 #define sqlite3_prepare_v2 macro
86838 #define sqlite3_prepare_v2 macro
89827 SQLITE_API int sqlite3_prepare_v2( function
[all...]

Completed in 538 milliseconds