HomeSort by: relevance | last modified time | path
    Searched defs:KeyInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 421 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1);
423 KeyInfo[i] = IIV[i];
  /src/external/public-domain/sqlite/dist/
sqlite3.c 15316 typedef struct KeyInfo KeyInfo;
16211 struct KeyInfo*, /* First argument to compare function */
16457 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
16519 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */
16927 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16930 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
18557 struct KeyInfo {
18558 u32 nRef; /* Number of references to this KeyInfo object */
18568 ** Allowed bit values for entries in the KeyInfo.aSortFlags[] array
23549 KeyInfo keyinfo; member in struct:PreUpdate
    [all...]

Completed in 186 milliseconds