Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/fts/
H A Dtrie.c160 unsigned int str_match_pos; member
658 if (t->str_match_pos) { in lws_fts_fill()
687 t->str_match_pos = 1; in lws_fts_fill()
762 if (t->str_match_pos) { in lws_fts_fill()
780 if (c == t->parser->suffix[t->str_match_pos++]) { in lws_fts_fill()
781 if (t->str_match_pos < t->parser->suffix_len) in lws_fts_fill()
789 t->str_match_pos = 0; in lws_fts_fill()
811 if (t->str_match_pos == 2) in lws_fts_fill()
814 t->parser->suffix_len = t->str_match_pos - 1; in lws_fts_fill()
835 osuff[t->str_match_pos in lws_fts_fill()
[all...]

Completed in 2 milliseconds