Searched defs:pVal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h82 uint64_t *pVal; ///< Used to store the >64 bits integer value. member in union:llvm::APInt::__anon9964
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c13298 int *pVal; local
58102 sqlite3ValueText(sqlite3_value* pVal, u8 enc) argument
58170 sqlite3_value *pVal = 0; local
58294 sqlite3ValueBytes(sqlite3_value *pVal, u8 enc) argument
61684 sqlite3_value_blob(sqlite3_value *pVal) argument
61695 sqlite3_value_bytes(sqlite3_value *pVal) argument
61698 sqlite3_value_bytes16(sqlite3_value *pVal) argument
61701 sqlite3_value_double(sqlite3_value *pVal) argument
61704 sqlite3_value_int(sqlite3_value *pVal) argument
61707 sqlite3_value_int64(sqlite3_value *pVal) argument
61710 sqlite3_value_text(sqlite3_value *pVal) argument
61714 sqlite3_value_text16(sqlite3_value* pVal) argument
61717 sqlite3_value_text16be(sqlite3_value *pVal) argument
61720 sqlite3_value_text16le(sqlite3_value *pVal) argument
61724 sqlite3_value_type(sqlite3_value* pVal) argument
63328 sqlite3_value_numeric_type(sqlite3_value *pVal) argument
63341 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
70407 void *pVal; member in struct:SorterRecord
71146 sqlite3VdbeSorterCompare( VdbeCursor *pCsr, Mem *pVal, int *pRes ) argument
77467 sqlite3_value *pVal; local
101008 sqlite3_value *pVal = 0; local
102798 whereRangeRegion( Parse *pParse, Index *pIdx, sqlite3_value *pVal, int roundUp, int *piRegion ) argument
103123 sqlite3_value *pVal = 0; /* One value from list */ local
110034 sqlite3_value *pVal; local
112467 sqlite3_value *pVal; local
114637 fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal) argument
117106 fts3FunctionArg( sqlite3_context *pContext, const char *zFunc, sqlite3_value *pVal, Fts3Cursor **ppCsr ) argument
125181 fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal) argument
[all...]

Completed in 333 milliseconds