Searched refs:INDEX_CHILDMAX (Results 1 – 2 of 2) sorted by relevance
60 #define INDEX_CHILDMAX 128 macro271 node->first = INDEX_CHILDMAX; in index_read()674 uint32_t children[INDEX_CHILDMAX]; in index_mm_read_node()695 first = (char)INDEX_CHILDMAX; in index_mm_read_node()
155 #define INDEX_CHILDMAX 128 macro169 struct index_node *children[INDEX_CHILDMAX]; /* indexed by character */189 node->first = INDEX_CHILDMAX; in index_create()226 if (ch >= INDEX_CHILDMAX) in index__checkstring()314 child->first = INDEX_CHILDMAX; in index_insert()328 return node->first < INDEX_CHILDMAX; in index__haschildren()