Home
last modified time | relevance | path

Searched refs:lws_fts (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-fts.h34 struct lws_fts;
92 LWS_VISIBLE LWS_EXTERN struct lws_fts *
104 lws_fts_destroy(struct lws_fts **trie);
117 lws_fts_file_index(struct lws_fts *t, const char *filepath, int filepath_len,
131 lws_fts_fill(struct lws_fts *t, uint32_t file_index, const char *buf,
144 lws_fts_serialize(struct lws_fts *t);
/external/libwebsockets/lib/misc/fts/
Dtrie.c129 struct lws_fts { struct
252 struct lws_fts *
255 struct lws_fts *t; in lws_fts_create()
314 lws_fts_destroy(struct lws_fts **trie) in lws_fts_destroy()
323 lws_fts_file_index(struct lws_fts *t, const char *filepath, int filepath_len, in lws_fts_file_index()
355 lws_fts_entry_child_add(struct lws_fts *t, unsigned char c, in lws_fts_entry_child_add()
395 finalize_per_input(struct lws_fts *t) in finalize_per_input()
543 lws_fts_fill(struct lws_fts *t, uint32_t file_index, const char *buf, in lws_fts_fill()
1097 lws_fts_serialize(struct lws_fts *t) in lws_fts_serialize()
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dmain.c38 struct lws_fts *t; in main()