Home
last modified time | relevance | path

Searched refs:len_dirs (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/wbemprox/
H A Dbuiltin.c2098 UINT *len_dirs; member
2113 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()