Lines Matching defs:file_index
57 int file_index;
85 uint32_t file_index;
331 return fp->file_index;
345 fp->file_index = t->next_file_index++;
351 return fp->file_index;
441 bp += wq32(&buf[bp], tif->file_index);
543 lws_fts_fill(struct lws_fts *t, uint32_t file_index, const char *buf,
556 if ((int)file_index != t->last_file_index) {
559 t->last_file_index = (int)file_index;
956 t->parser->inst_file_list->file_index != file_index) {
965 tif->file_index = file_index;