Home | History | Annotate | Download | only in src

Lines Matching full:stem_arr

42 /* find the stem of a file name, returns the index into stem_arr (or -1 if
53 if (stem_len == data->stem_arr[i].len
54 && !strncmp(*buf, data->stem_arr[i].buf, stem_len)) {
215 * number in the data stem_arr
258 data->stem_arr[newid].from_mmap = 1;
341 /* map the stem id from the mmap file to the data->stem_arr */
616 stem = &data->stem_arr[i];
624 if (data->stem_arr)
625 free(data->stem_arr);
823 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr;