sqlite3LockAndPrepare 89789 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3LockAndPrepare(db, zSql, -1, 0, p, &pNew, 0); sqlite3LockAndPrepare 89823 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail); sqlite3LockAndPrepare 89835 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3LockAndPrepare(db,zSql,nBytes,1,0,ppStmt,pzTail); sqlite3LockAndPrepare 89869 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3LockAndPrepare(db, zSql8, -1, saveSqlFlag, 0, ppStmt, &zTail8); sqlite3LockAndPrepare 727 third_party/sqlite/src/src/prepare.c rc = sqlite3LockAndPrepare(db, zSql, -1, 0, p, &pNew, 0); sqlite3LockAndPrepare 761 third_party/sqlite/src/src/prepare.c rc = sqlite3LockAndPrepare(db,zSql,nBytes,0,0,ppStmt,pzTail); sqlite3LockAndPrepare 773 third_party/sqlite/src/src/prepare.c rc = sqlite3LockAndPrepare(db,zSql,nBytes,1,0,ppStmt,pzTail); sqlite3LockAndPrepare 807 third_party/sqlite/src/src/prepare.c rc = sqlite3LockAndPrepare(db, zSql8, -1, saveSqlFlag, 0, ppStmt, &zTail8);