Searched defs:sqlite3_data_count (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c670 int sqlite3_data_count(sqlite3_stmt *pStmt){ function
H A Dsqlite3ext.h280 #define sqlite3_data_count sqlite3_api->data_count macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h318 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.c3616 ** See also: [sqlite3_data_count()]
3815 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3819 ** interfaces) then sqlite3_data_count(P) returns 0.
3820 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3821 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3822 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3830 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
66968 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
97289 #define sqlite3_data_count macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h318 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.c3616 ** See also: [sqlite3_data_count()]
3815 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3819 ** interfaces) then sqlite3_data_count(P) returns 0.
3820 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3821 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3822 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3830 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
66988 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
97309 #define sqlite3_data_count macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
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);
61004 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
86762 #define sqlite3_data_count macro
[all...]

Completed in 1641 milliseconds