Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-fts.h49 int lines_in_file; member
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c677 fp->lines_in_file = lines; in lws_fts_search()
780 if (rf2 && rf1->lines_in_file && rf2->lines_in_file && in lws_fts_search()
781 ((rf1->matches * 1000) / rf1->lines_in_file) < in lws_fts_search()
782 ((rf2->matches * 1000) / rf2->lines_in_file)) { in lws_fts_search()
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c204 fp->lines_in_file, fp->matches); in main()
/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c193 pss->fp->lines_in_file); in callback_fts()