HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3_prepare (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
prepare.c 12 ** This file contains the implementation of the sqlite3_prepare()
78 TESTONLY(int rcp); /* Return code from sqlite3_prepare() */
84 TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
346 ** current sqlite3_prepare() operation will fail, but the following one
753 int sqlite3_prepare( function
792 ** encoded string to UTF-8, then invoking sqlite3_prepare(). The
811 /* If sqlite3_prepare returns a tail pointer, we calculate the
sqlite3ext.h 308 #define sqlite3_prepare sqlite3_api->prepare macro
  /external/sqlite/dist/orig/
sqlite3ext.h 346 #define sqlite3_prepare sqlite3_api->prepare macro
sqlite3.c 97317 #define sqlite3_prepare macro
101336 SQLITE_API int sqlite3_prepare( function
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 346 #define sqlite3_prepare sqlite3_api->prepare macro
sqlite3.c 97337 #define sqlite3_prepare macro
101356 SQLITE_API int sqlite3_prepare( function
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 86790 #define sqlite3_prepare macro
89815 SQLITE_API int sqlite3_prepare( function
    [all...]

Completed in 204 milliseconds