Searched refs:sqlite3_data_count (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c180 sqlite3_data_count,
H A Dsqlite3ext.h280 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dtest4.c497 for(i=0; i<sqlite3_data_count(p->pStmt); i++){
H A Dtest7.c528 for(i=0; i<sqlite3_data_count(p->pStmt); i++){
H A Dsqlite.h.in2962 ** See also: [sqlite3_data_count()]
3161 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3165 ** interfaces) then sqlite3_data_count(P) returns 0.
3166 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3170 int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dvdbeapi.c670 int sqlite3_data_count(sqlite3_stmt *pStmt){ function
H A Dtest1.c4086 ** Usage: sqlite3_data_count STMT
4106 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_data_count(pStmt)));
5605 { "sqlite3_data_count", test_data_count ,0 },
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteStatement.cpp258 return sqlite3_data_count(m_statement);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3276 ** See also: [sqlite3_data_count()]
3475 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3479 ** interfaces) then sqlite3_data_count(P) returns 0.
3480 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3481 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3482 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3490 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3826 ** See also: [sqlite3_data_count()]
4025 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4029 ** interfaces) then sqlite3_data_count(P) returns 0.
4030 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4031 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4032 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4040 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63425 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91277 #define sqlite3_data_count macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3276 ** See also: [sqlite3_data_count()]
3475 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3479 ** interfaces) then sqlite3_data_count(P) returns 0.
3480 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3481 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3482 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3490 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3826 ** See also: [sqlite3_data_count()]
4025 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4029 ** interfaces) then sqlite3_data_count(P) returns 0.
4030 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4031 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4032 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4040 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63453 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91313 #define sqlite3_data_count macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2658 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
2745 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4047 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4069 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4091 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4113 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4150 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4187 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2967 ** See also: [sqlite3_data_count()]
3166 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3170 ** interfaces) then sqlite3_data_count(P) returns 0.
3171 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3175 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3510 ** See also: [sqlite3_data_count()]
3709 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3713 ** interfaces) then sqlite3_data_count(P) returns 0.
3714 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3718 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
61183 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
86969 #define sqlite3_data_count macro
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl707 for {set i 0} {$i<[sqlite3_data_count $vm]} {incr i} {
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c959 assert( sqlite3_data_count(pStmt)==1 );

Completed in 663 milliseconds