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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2899 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
2914 ** directly, sqlite3_stmt_readonly() would still return true.)^
2917 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
2921 ** sqlite3_stmt_readonly() to return true since, while those statements
2925 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3452 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3467 ** directly, sqlite3_stmt_readonly() would still return true.)^
3470 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3474 ** sqlite3_stmt_readonly() to return true since, while those statements
3478 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
62820 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h561 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4153 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4168 ** directly, sqlite3_stmt_readonly() would still return true.)^
4171 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4175 ** sqlite3_stmt_readonly() to return true since, while those statements
4178 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4181 ** sqlite3_stmt_readonly() returns false for those commands.
4183 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dshell.c2011 if( !sqlite3_stmt_readonly(pStmt) ){
H A Dsqlite3.c5216 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
5231 ** directly, sqlite3_stmt_readonly() would still return true.)^
5234 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
5238 ** sqlite3_stmt_readonly() to return true since, while those statements
5241 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
5244 ** sqlite3_stmt_readonly() returns false for those commands.
5246 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
85300 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
125951 #define sqlite3_stmt_readonly macro
[all...]

Completed in 1037 milliseconds