Searched refs:SearchedFile (Results 1 – 1 of 1) sorted by relevance
101 typedef struct SearchedFile struct107 } SearchedFile; argument3337 SearchedFile *files; // Stack of included files in find_pattern_in_path()3338 SearchedFile *bigger; // When we need more space in find_pattern_in_path()3412 files = lalloc_clear(max_path_depth * sizeof(SearchedFile), TRUE); in find_pattern_in_path()3572 bigger = ALLOC_MULT(SearchedFile, max_path_depth * 2); in find_pattern_in_path()