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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c1296 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
/external/sqlite/dist/orig/
H A Dsqlite3ext.h463 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.c3332 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3347 ** directly, sqlite3_stmt_readonly() would still return true.)^
3350 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3354 ** sqlite3_stmt_readonly() to return true since, while those statements
3358 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
67562 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
97434 #define sqlite3_stmt_readonly macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h463 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.c3332 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3347 ** directly, sqlite3_stmt_readonly() would still return true.)^
3350 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3354 ** sqlite3_stmt_readonly() to return true since, while those statements
3358 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
67582 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
97454 #define sqlite3_stmt_readonly macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3258 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3273 ** directly, sqlite3_stmt_readonly() would still return true.)^
3276 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3280 ** sqlite3_stmt_readonly() to return true since, while those statements
3284 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
61630 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]

Completed in 484 milliseconds