Lines Matching full:stem_arr
41 /* find the stem of a file name, returns the index into stem_arr (or -1 if
52 if (stem_len == data->stem_arr[i].len
53 && !strncmp(*buf, data->stem_arr[i].buf, stem_len)) {
213 * number in the data stem_arr
256 data->stem_arr[newid].from_mmap = 1;
339 /* map the stem id from the mmap file to the data->stem_arr */
579 stem = &data->stem_arr[i];
587 if (data->stem_arr)
588 free(data->stem_arr);
786 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr;