Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h480 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h3358 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3565 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
70433 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt){
102335 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly
102741 sqlite3_stmt_readonly,
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1373 if (sqlite3_stmt_readonly(stmt_obj->stmt)) {

Completed in 398 milliseconds