Searched refs:len_dirs (Results 1 – 1 of 1) sorted by relevance
2098 UINT *len_dirs; member2113 if (!(dirstack->len_dirs = heap_alloc( sizeof(UINT) * size ))) in alloc_dirstack()2135 heap_free( dirstack->len_dirs ); in free_dirstack()2153 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()2158 dirstack->len_dirs[i] = len; in push_dir()2171 *len = dirstack->len_dirs[dirstack->num_dirs]; in pop_dir()