Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-fts.h75 struct lws_fts_result_filepath *filepath_head; member
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c422 result->filepath_head = NULL; in lws_fts_search()
680 fp->next = result->filepath_head; in lws_fts_search()
681 result->filepath_head = fp; in lws_fts_search()
774 prf = &result->filepath_head; in lws_fts_search()
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c186 fp = result->filepath_head; in main()
/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c123 pss->fp = result->filepath_head; in callback_fts()