sqlite3_data_count 3718 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); sqlite3_data_count 87064 third_party/sqlite/amalgamation/sqlite3.c sqlite3_data_count, sqlite3_data_count 123592 third_party/sqlite/amalgamation/sqlite3.c assert( sqlite3_data_count(pStmt)==1 ); sqlite3_data_count 3175 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt); sqlite3_data_count 959 third_party/sqlite/src/ext/fts3/fts3_snippet.c assert( sqlite3_data_count(pStmt)==1 ); sqlite3_data_count 180 third_party/sqlite/src/src/loadext.c sqlite3_data_count, sqlite3_data_count 4106 third_party/sqlite/src/src/test1.c Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_data_count(pStmt))); sqlite3_data_count 497 third_party/sqlite/src/src/test4.c for(i=0; i<sqlite3_data_count(p->pStmt); i++){ sqlite3_data_count 528 third_party/sqlite/src/src/test7.c for(i=0; i<sqlite3_data_count(p->pStmt); i++){ sqlite3_data_count 620 third_party/sqlite/src/src/test8.c assert( sqlite3_data_count(pStmt)>iCol );