Lines Matching defs:lws_fts
129 struct lws_fts { struct
132 struct lws_fts_entry *root; argument
133 struct lws_fts_filepath *filepath_list; argument
134 struct lws_fts_filepath *fp; argument
136 struct lws_fts_entry *parser; argument
137 struct lws_fts_entry *root_lookup[256]; argument
143 struct lws_fts_instance_file *tif_list; argument
145 jg2_file_offset c; /* length of output file so far */
147 uint64_t agg_trie_creation_us;
148 uint64_t agg_raw_input;
149 uint64_t worst_lwsac_input_size;
150 int last_file_index;
151 int chars_in_line;
152 jg2_file_offset last_block_len_ofs;
153 int line_number;
154 int lines_in_unsealed_linetable;
155 int next_file_index;
156 int count_entries;
158 int fd;
159 unsigned int agg_pos;
160 unsigned int str_match_pos;
162 unsigned char aggregate;
163 unsigned char agg[128];