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

  /external/chromium_org/third_party/sqlite/src/src/
test_schema.c 211 rc = sqlite3_prepare(pVtab->db, zSql, -1, &pCur->pTableList, 0);
229 rc = sqlite3_prepare(pVtab->db, zSql, -1, &pCur->pColumnList, 0);
255 rc = sqlite3_prepare(pVtab->db,"PRAGMA database_list", -1, &pCur->pDbList, 0);
legacy.c 54 rc = sqlite3_prepare(db, zSql, -1, &pStmt, &zLeftover);
test9.c 141 rc = sqlite3_prepare(db, 0, 0, &pStmt, 0);
143 zErrFunction = "sqlite3_prepare";
vacuum.c 43 if( SQLITE_OK!=sqlite3_prepare(db, zSql, -1, &pStmt, 0) ){
60 rc = sqlite3_prepare(db, zSql, -1, &pStmt, 0);
test_server.c 240 #define MSG_Prepare 2 /* sqlite3_prepare(pDb, zIn, nByte, &pStmt, &zOut) */
312 ** sqlite3_prepare
428 pMsg->errCode = sqlite3_prepare(pMsg->pDb, pMsg->zIn, pMsg->nByte,
test_superlock.c 71 rc = sqlite3_prepare(pLock->db, "PRAGMA main.journal_mode", -1, &pStmt, 0);
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
loadext.c 208 sqlite3_prepare,
analyze.c 650 rc = sqlite3_prepare(db, zSql, -1, &pStmt, 0);
sqlite3ext.h 308 #define sqlite3_prepare sqlite3_api->prepare macro
test4.c 450 p->rc = sqlite3_prepare(p->db, p->zArg, -1, &p->pStmt, 0);
sqlite.h.in     [all...]
tclsqlite.c     [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 86790 #define sqlite3_prepare macro
89815 SQLITE_API int sqlite3_prepare( function
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 699 if {[catch {sqlite3_prepare $dbptr $sql -1 sqltail} vm]} {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 515 int rc = sqlite3_prepare(db, zCommand, -1, ppStmt, NULL);
    [all...]
fts1.c 938 rc = sqlite3_prepare(db, zCommand, -1, ppStmt, NULL);
    [all...]

Completed in 411 milliseconds