Home
last modified time | relevance | path

Searched refs:agg_pos (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/misc/fts/
H A Dtrie.c159 unsigned int agg_pos; member
651 if (t->agg_pos < sizeof(t->agg) - 1) in lws_fts_fill()
653 t->agg[t->agg_pos++] = c; in lws_fts_fill()
756 t->agg_pos = 0; in lws_fts_fill()
917 t->agg_pos = 0; in lws_fts_fill()
930 if (t->aggregate && t->agg_pos) { in lws_fts_fill()
936 t->agg_pos + 1, in lws_fts_fill()
947 memcpy(t->parser->suffix + 1, t->agg, t->agg_pos); in lws_fts_fill()
948 t->parser->suffix_len = t->agg_pos + 1; in lws_fts_fill()