Searched refs:KeyInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp309 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1); local
311 KeyInfo[i] = IIV[i];
/freebsd-10-stable/sys/dev/mwl/
H A Dmwlreg.h1113 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member in struct:__anon9466
H A Dmwlhal.c1202 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
1248 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7888 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
8062 struct KeyInfo*, /* First argument to compare function */
8226 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
8274 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
8287 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
8292 ** function should *not* try to free the KeyInfo.
8569 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
8571 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **);
10056 struct KeyInfo { struct
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c11954 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
12217 struct KeyInfo*, /* First argument to compare function */
12416 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
12472 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
12799 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
12802 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo *, char *, int, char **);
14575 struct KeyInfo { struct
14576 u32 nRef; /* Number of references to this KeyInfo object */
14621 KeyInfo *pKeyInf
[all...]

Completed in 657 milliseconds