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.h600 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4732 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dshell.c5118 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
5544 if( !sqlite3_stmt_readonly(pStmt) ){ in sha1QueryFunc()
H A Dsqlite3.c5053 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
95553 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
142833 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
143346 sqlite3_stmt_readonly,
268748 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);