Home
last modified time | relevance | path

Searched refs:sqlite3_stmt_readonly (Results 1 – 5 of 5) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h572 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
Dsqlite3.h4279 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79205 -#define sqlite3_stmt_readonly chrome_sqlite3_stmt_readonly // Line 4279
79235 +#define sqlite3_stmt_readonly chrome_sqlite3_stmt_readonly // Line 4292
91126 ** sqlite3_stmt_readonly() still returns false for such a statement.
91129 +** statement, then sqlite3_stmt_readonly(X) returns the same value as
91132 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
115786 - sqlite3_result_int(ctx, sqlite3_stmt_readonly(pCur->pStmt));
115860 + pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);
115959 ** sqlite3_stmt_readonly() still returns false for such a statement.
115962 +** statement, then sqlite3_stmt_readonly(X) returns the same value as
115965 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
[all …]
/third_party/sqlite/src/
Dshell.c2043 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
Dsqlite3.c4592 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
86408 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
128339 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
128823 sqlite3_stmt_readonly,
238013 sqlite3_result_int(ctx, sqlite3_stmt_readonly(pCur->pStmt));