Home
last modified time | relevance | path

Searched refs:sqlite3_stmt_busy (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h571 #define sqlite3_stmt_busy sqlite3_api->stmt_busy macro
Dsqlite3.h4312 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79203 -#define sqlite3_stmt_busy chrome_sqlite3_stmt_busy // Line 4312
79233 +#define sqlite3_stmt_busy chrome_sqlite3_stmt_busy // Line 4325
91134 @@ -4649,6 +4662,8 @@ SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
98664 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
115790 - sqlite3_result_int(ctx, sqlite3_stmt_busy(pCur->pStmt));
115861 + pNew->aCol[STMT_COLUMN_BUSY] = sqlite3_stmt_busy(p);
115967 @@ -4343,6 +4356,8 @@ SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
116838 -#define sqlite3_stmt_busy chrome_sqlite3_stmt_busy // Line 4312
116868 +#define sqlite3_stmt_busy chrome_sqlite3_stmt_busy // Line 4325
128769 @@ -4649,6 +4662,8 @@ SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
[all …]
/third_party/sqlite/src/
Dsqlite3.c4625 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt*);
82351 if( sqlite3_stmt_busy((sqlite3_stmt*)p) ){
86423 SQLITE_API int sqlite3_stmt_busy(sqlite3_stmt *pStmt){
128338 #define sqlite3_stmt_busy sqlite3_api->stmt_busy
128822 sqlite3_stmt_busy,
238017 sqlite3_result_int(ctx, sqlite3_stmt_busy(pCur->pStmt));