Home
last modified time | relevance | path

Searched defs:rValue (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.c316 static int alsoAnInt(Mem *pRec, double rValue, i64 *piValue){ in alsoAnInt()
342 double rValue; in applyNumericAffinity() local
H A Dvdbeapi.c1538 int sqlite3_bind_double(sqlite3_stmt *pStmt, int i, double rValue){ in sqlite3_bind_double()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c333 RtreeDValue rValue; /* Constraint value. */ member