Lines Matching refs:stem_arr
40 /* find the stem of a file name, returns the index into stem_arr (or -1 if
51 if (stem_len == data->stem_arr[i].len
52 && !strncmp(key, data->stem_arr[i].buf, stem_len)) {
242 * number in the data stem_arr
285 data->stem_arr[newid].from_mmap = 1;
370 /* map the stem id from the mmap file to the data->stem_arr */
898 stem = &data->stem_arr[i];
906 if (data->stem_arr)
907 free(data->stem_arr);
1252 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr;