Searched defs:vcap_keyset_list (Results 1 – 1 of 1) sorted by relevance
199 struct vcap_keyset_list { struct200 int max; /* size of the keyset list */201 int cnt; /* count of keysets actually in the list */202 enum vcap_keyfield_set *keysets; /* the list of keysets */
Completed in 4 milliseconds