Home
last modified time | relevance | path

Searched refs:fVal (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c176956 double fVal = sqlite3_value_double(apArg[1]); local
176957 if( ((i64)fVal)!=fVal ) goto error_out;
176958 iVal = (i64)fVal;
241108 double fVal argument
241118 sessionPutDouble(&pBuf->aBuf[1], fVal);