Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h29 uint64_t *pVal; ///< Used to store the >64 bits integer value. member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1868 uint64_t *pVal; ///< Used to store the >64 bits integer value. global() member
[all...]
/freebsd-src/contrib/sqlite3/
H A Dshell.c10797 const char *z = (const char*)sqlite3_value_text(pVal); in zipfileGetMode() argument
10909 zipfileGetTime(sqlite3_value * pVal) zipfileGetTime() argument
12521 sqlite3_value *pVal; expertColumn() local
15855 dbdataGetVarint(const u8 * z,sqlite3_int64 * pVal) dbdataGetVarint() argument
15872 dbdataGetVarintU32(const u8 * z,sqlite3_int64 * pVal) dbdataGetVarintU32() argument
17023 recoverBindValue(sqlite3_recover * p,sqlite3_stmt * pStmt,int iBind,sqlite3_value * pVal) recoverBindValue() argument
18040 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); recoverLostAndFoundOnePage() local
18240 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); recoverWriteDataStep() local
18528 recoverGetVarint(const u8 * a,i64 * pVal) recoverGetVarint() argument
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c998 Tcl_Obj *pVal; in tclSqlFunc() local