Searched defs:Config (Results 1 – 3 of 3) sorted by relevance
1 typedef struct Config Config; typedef170 struct Config struct172 char *index; /* name of the index to initialize */173 int naparts; /* arena partitions initialized */174 ArenaPart **aparts;175 int nsects; /* index sections initialized */176 ISect **sects;177 Bloom *bloom; /* bloom filter */178 u32int bcmem;179 u32int mem;[all …]
24 Config = 0x1C>>2, enumerator
35 Config = 0x0000, enumerator