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

/external/qemu/android/skin/
H A Dfile.c118 } KeyInfo; typedef in typeref:struct:__anon3330
120 static KeyInfo _keyinfo_table[] = {
193 KeyInfo *ki = _keyinfo_table;
/external/sqlite/dist/
H A Dsqlite3.c6798 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
6974 struct KeyInfo*, /* First argument to compare function */
7133 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
7180 #define P4_KEYINFO (-6) /* P4 is a pointer to a KeyInfo structure */
7192 /* When adding a P4 argument using P4_KEYINFO, a copy of the KeyInfo structure
7197 ** function should *not* try to free the KeyInfo.
7469 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,char*,int);
8886 struct KeyInfo { struct
8909 KeyInfo *pKeyInf
[all...]

Completed in 124 milliseconds