Home
last modified time | relevance | path

Searched defs:pVal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1891 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/freebsd/contrib/sqlite3/
H A Dshell.c2958 static void sha3UpdateFromValue(SHA3Context *p, sqlite3_value *pVal){ in sha3UpdateFromValue()
11631 sqlite3_value *pVal, in zipfileGetMode()
11743 static u32 zipfileGetTime(sqlite3_value *pVal){ in zipfileGetTime()
13355 sqlite3_value *pVal; in expertColumn() local
18087 static int dbdataGetVarint(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarint()
18104 static int dbdataGetVarintU32(const u8 *z, sqlite3_int64 *pVal){ in dbdataGetVarintU32()
19272 sqlite3_value *pVal in recoverBindValue()
20289 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); in recoverLostAndFoundOnePage() local
20489 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); in recoverWriteDataStep() local
20779 static int recoverGetVarint(const u8 *a, i64 *pVal){ in recoverGetVarint()
H A Dsqlite3.c85346 sqlite3_value *pVal = 0; /* New value */ local
85444 sqlite3_value *pVal = 0; local
85654 sqlite3_value *pVal = 0; local
85742 sqlite3_value *pVal = 0; local
93702 sqlite3_value *pVal = 0; local
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1042 Tcl_Obj *pVal; in tclSqlFunc() local