Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-fts.h35 struct lws_fts_file;
158 LWS_VISIBLE LWS_EXTERN struct lws_fts_file *
203 lws_fts_search(struct lws_fts_file *jtf, struct lws_fts_search_params *ftsp);
213 lws_fts_close(struct lws_fts_file *jtf);
/third_party/libwebsockets/lib/misc/fts/
Dtrie-fd.c85 lws_fts_filepath(struct lws_fts_file *jtf, int filepath_index, char *result, in lws_fts_filepath()
148 lws_fts_adopt(struct lws_fts_file *jtf) in lws_fts_adopt()
190 struct lws_fts_file *
193 struct lws_fts_file *jtf; in lws_fts_open()
219 lws_fts_close(struct lws_fts_file *jtf) in lws_fts_close()
239 lws_fts_cache_chunktable(struct lws_fts_file *jtf, uint32_t ofs_linetable, in lws_fts_cache_chunktable()
284 lws_fts_getfileoffset(struct lws_fts_file *jtf, struct linetable *ltstart, in lws_fts_getfileoffset()
334 ac_record(struct lws_fts_file *jtf, struct lwsac **results_head, in ac_record()
391 lws_fts_search(struct lws_fts_file *jtf, struct lws_fts_search_params *ftsp) in lws_fts_search()
Dprivate-lib-misc-fts.h7 struct lws_fts_file { struct
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c37 struct lws_fts_file *jtf; in main()
/third_party/libwebsockets/plugins/
Dprotocol_fulltext_demo.c72 struct lws_fts_file *jtf; in callback_fts()