OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite3_stmt_readonly
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/sqlite/src/test/
capi3d.test
14
#
sqlite3_stmt_readonly
interfaces.
99
set rc [
sqlite3_stmt_readonly
$STMT]
112
sqlite3_stmt_readonly
0
/external/sqlite/dist/orig/
sqlite3ext.h
463
#define
sqlite3_stmt_readonly
sqlite3_api->stmt_readonly
macro
sqlite3.c
67562
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt){
function
97434
#define
sqlite3_stmt_readonly
macro
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/
sqlite3ext.h
463
#define
sqlite3_stmt_readonly
sqlite3_api->stmt_readonly
macro
sqlite3.c
67582
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt){
function
97454
#define
sqlite3_stmt_readonly
macro
[
all
...]
sqlite3.h
[
all
...]
/frameworks/base/core/jni/
android_database_SQLiteConnection.cpp
339
return
sqlite3_stmt_readonly
(statement) != 0;
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c
1296
int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt){
function
[
all
...]
test1.c
[
all
...]
sqlite.h.in
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
61630
SQLITE_API int
sqlite3_stmt_readonly
(sqlite3_stmt *pStmt){
function
[
all
...]
sqlite3.h
[
all
...]
Completed in 1031 milliseconds