Searched defs:sqlite3LockAndPrepare (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dprepare.c559 ** of the sqlite3BtreeEnterAll() in sqlite3LockAndPrepare()) so it
681 static int sqlite3LockAndPrepare( function
727 rc = sqlite3LockAndPrepare(db, zSql, -1, 0, p, &pNew, 0);
761 rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail);
773 rc = sqlite3LockAndPrepare(db,zSql,nBytes,1,0,ppStmt,pzTail);
807 rc = sqlite3LockAndPrepare(db, zSql8, -1, saveSqlFlag, 0, ppStmt, &zTail8);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c89743 static int sqlite3LockAndPrepare( function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c101263 static int sqlite3LockAndPrepare( function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c101283 static int sqlite3LockAndPrepare( function
[all...]

Completed in 874 milliseconds