Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile178 sqlite3_stmt_readonly.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h590 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4414 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dshell.c3439 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
H A Dsqlite3.c4727 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
91844 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
136062 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
136565 sqlite3_stmt_readonly,
255620 pNew->aCol[STMT_COLUMN_RO] = sqlite3_stmt_readonly(p);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d784 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);