Home
last modified time | relevance | path

Searched defs:lws_fts_filepath (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/misc/fts/
Dtrie.c50 struct lws_fts_filepath { struct
51 struct lws_fts_filepath *next; argument
52 struct lws_fts_filepath *prev; argument
53 char filepath[256];
54 jg2_file_offset ofs;
55 jg2_file_offset line_table_ofs;
56 int filepath_len;
57 int file_index;
58 int total_lines;
59 int priority;
Dtrie-fd.c85 lws_fts_filepath(struct lws_fts_file *jtf, int filepath_index, char *result, in lws_fts_filepath() function