Home
last modified time | relevance | path

Searched refs:root_lookup (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/misc/fts/
H A Dtrie.c137 struct lws_fts_entry *root_lookup[256]; member
278 memset(t->root_lookup, 0, sizeof(*t->root_lookup)); in lws_fts_create()
666 e = t->root_lookup[(int)c]; in lws_fts_fill()
711 /* if it's the root node, keep the root_lookup table in sync */ in lws_fts_fill()
714 t->root_lookup[(int)c] = e; in lws_fts_fill()
749 * it's not compatible with it's root_lookup table and it's in lws_fts_fill()

Completed in 2 milliseconds