Searched defs:jtf (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/lib/misc/fts/ |
D | trie-fd.c | 85 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() 193 struct lws_fts_file *jtf; in lws_fts_open() local 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()
|
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | main.c | 37 struct lws_fts_file *jtf; in main() local
|
/external/libwebsockets/plugins/ |
D | protocol_fulltext_demo.c | 68 struct lws_fts_file *jtf; in callback_fts() local
|