Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dfile.c118 } KeyInfo; typedef
/external/sqlite/dist/
Dsqlite3.c6543 typedef struct KeyInfo KeyInfo; typedef
8204 struct KeyInfo { struct
8205 sqlite3 *db; /* The database connection */
8206 u8 enc; /* Text encoding - one of the TEXT_Utf* values */
8207 u8 incrKey; /* Increase 2nd key by epsilon before comparison */
8208 u8 prefixIsEqual; /* Treat a prefix as equal */
8209 int nField; /* Number of entries in aColl[] */
8210 u8 *aSortOrder; /* If defined an aSortOrder[i] is true, sort DESC */
8211 CollSeq *aColl[1]; /* Collating sequence for each term of the key */