Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c203 (((char *)(fp + 1)) + fp->matches_length), in main()
206 if (fp->matches_length) { in main()
/external/libwebsockets/include/libwebsockets/
Dlws-fts.h48 int matches_length; /* bytes in length table (may be zero) */ member
/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c191 pss->fp->matches_length, in callback_fts()
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c679 fp->matches_length = footprint - sizeof(*fp) - (fplen + 1); in lws_fts_search()
749 pp = ((char *)&fp[1]) + fp->matches_length; in lws_fts_search()
DREADME.md81 .matches_length to the address of the byte after the struct.