Lines Matching defs:s_slot
242 string_pair_map s_slot;
243 s_slot.str1 = cwd;
244 s_slot.str2 = data_wd;
245 s_slot.str3 = NULL;
246 s_slot.hash = h.end ();
247 s_slot.prefix = true;
250 = path_name_pair_hash_table->find_slot (&s_slot, INSERT);
281 new_slot->hash = s_slot.hash;
305 string_pair_map s_slot;
306 s_slot.str1 = relative_prefix;
307 s_slot.str2 = string;
308 s_slot.str3 = NULL;
309 s_slot.hash = h.end ();
310 s_slot.prefix = false;
313 = path_name_pair_hash_table->find_slot (&s_slot, INSERT);
328 new_slot->hash = s_slot.hash;
352 struct string_slot s_slot;
355 s_slot.s = string;
356 s_slot.len = len;
358 slot = file_name_hash_table->find_slot (&s_slot, INSERT);