Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h592 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4628 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dshell.c3079 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
3497 if( !sqlite3_stmt_readonly(pStmt) ){ in sha1QueryFunc()
H A Dsqlite3.c4947 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
93449 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
138963 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
139468 sqlite3_stmt_readonly,
262787 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);