Searched defs:btMode (Results 1 – 3 of 3) sorted by relevance
26 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member
25 Byte btMode; member
36 static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numHashBytes) in ParseMatchFinder()