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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h463 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h3141 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3156 ** directly, sqlite3_stmt_readonly() would still return true.)^
3159 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3163 ** sqlite3_stmt_readonly() to return true since, while those statements
3167 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3712 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3727 ** directly, sqlite3_stmt_readonly() would still return true.)^
3730 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3734 ** sqlite3_stmt_readonly() to return true since, while those statements
3738 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
64464 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
92640 #define sqlite3_stmt_readonly macro
[all...]
/freebsd-10.2-release/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...]

Completed in 745 milliseconds