Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16451 double *pReal; /* Used when p4type is P4_REAL */ member
86311 sqlite3_str_appendf(&x, "%.16g", *pOp->p4.pReal);
93953 assert( !sqlite3IsNaN(*pOp->p4.pReal) );
93954 pOut->u.r = *pOp->p4.pReal;
105626 sqlite3_file *pReal = (sqlite3_file*)p;
105630 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0);
105639 rc = sqlite3OsWrite(pReal, (u8*)pIter->zChunk, nChunk, iOff);
105653 sqlite3OsClose(pReal);
216721 sqlite3_file *pReal; /* Underlying file handle */
219255 sqlite3_file *pDb = p->pTargetFd->pReal;
[all …]