Searched refs:len_tmp (Results 1 – 1 of 1) sorted by relevance
2148 UINT *len_tmp; in push_dir() local2153 if (!(len_tmp = heap_realloc( dirstack->len_dirs, size * sizeof(UINT) ))) return FALSE; in push_dir()2154 dirstack->len_dirs = len_tmp; in push_dir()