Lines Matching refs:sqlite3_prepare
79090 -#define sqlite3_prepare chrome_sqlite3_prepare // Lines 4144-4150
79103 +#define sqlite3_prepare chrome_sqlite3_prepare // Lines 4153-4159
94956 ** compiling an SQL statement (i.e. within sqlite3_prepare()). The
101642 -** not reachable from ordinary SQL passed into sqlite3_prepare().
101643 +** not reachable from ordinary SQL passed into sqlite3_prepare() unless the
102993 ** this situation the current sqlite3_prepare() operation will fail,
116725 -#define sqlite3_prepare chrome_sqlite3_prepare // Lines 4144-4150
116738 +#define sqlite3_prepare chrome_sqlite3_prepare // Lines 4153-4159
132597 ** compiling an SQL statement (i.e. within sqlite3_prepare()). The
139283 -** not reachable from ordinary SQL passed into sqlite3_prepare().
139284 +** not reachable from ordinary SQL passed into sqlite3_prepare() unless the
140634 ** this situation the current sqlite3_prepare() operation will fail,
163068 -** not reachable from ordinary SQL passed into sqlite3_prepare().
163069 +** not reachable from ordinary SQL passed into sqlite3_prepare() unless the
168685 ** this situation the current sqlite3_prepare() operation will fail,
178094 ** compiling an SQL statement (i.e. within sqlite3_prepare()). The
187277 + set stmt [sqlite3_prepare db "SELECT ?" -1 tail]
187290 + set stmt [sqlite3_prepare db "SELECT ?" -1 tail]
187358 + set STMT [sqlite3_prepare $DB {EXPLAIN %s} -1 TAIL]
187365 + set STMT [sqlite3_prepare $DB {EXPLAIN QUERY PLAN %s} -1 TAIL]