Searched defs:lws_fts_filepath (Results 1 – 2 of 2) sorted by relevance
50 struct lws_fts_filepath { struct51 struct lws_fts_filepath *next; argument52 struct lws_fts_filepath *prev; argument53 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;
85 lws_fts_filepath(struct lws_fts_file *jtf, int filepath_index, char *result, in lws_fts_filepath() function