Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h590 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4433 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dshell.c3453 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
H A Dsqlite3.c4746 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
92348 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
137023 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
137526 sqlite3_stmt_readonly,
257568 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);