sqlite3_column_double 221 sql/statement.cc return sqlite3_column_double(ref_->stmt(), col); sqlite3_column_double 3917 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol); sqlite3_column_double 76003 third_party/sqlite/amalgamation/sqlite3.c pSample->u.r = sqlite3_column_double(pStmt, 2); sqlite3_column_double 87043 third_party/sqlite/amalgamation/sqlite3.c sqlite3_column_double, sqlite3_column_double 3374 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API double sqlite3_column_double(sqlite3_stmt*, int iCol); sqlite3_column_double 681 third_party/sqlite/src/src/analyze.c pSample->u.r = sqlite3_column_double(pStmt, 2); sqlite3_column_double 159 third_party/sqlite/src/src/loadext.c sqlite3_column_double, sqlite3_column_double 1450 third_party/sqlite/src/src/tclsqlite.c return Tcl_NewDoubleObj(sqlite3_column_double(pStmt, iCol)); sqlite3_column_double 4080 third_party/sqlite/src/src/test1.c rVal = sqlite3_column_double(pStmt, col);