Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h589 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
Dsqlite3.h4340 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
/third_party/chromium/patch/
D0003-ohos-1115.patch84608 -#define sqlite3_stmt_readonly chrome_sqlite3_stmt_readonly // Line 4279
84638 +#define sqlite3_stmt_readonly chrome_sqlite3_stmt_readonly // Line 4292
96529 ** sqlite3_stmt_readonly() still returns false for such a statement.
96532 +** statement, then sqlite3_stmt_readonly(X) returns the same value as
96535 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
121969 - sqlite3_result_int(ctx, sqlite3_stmt_readonly(pCur->pStmt));
122043 + pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);
122142 ** sqlite3_stmt_readonly() still returns false for such a statement.
122145 +** statement, then sqlite3_stmt_readonly(X) returns the same value as
122148 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
[all …]
/third_party/sqlite/src/
Dshell.c2146 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
Dsqlite3.c4646 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
89467 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
132299 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
132800 sqlite3_stmt_readonly,
244282 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);