Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dbuiltin.c2148 UINT *len_tmp; in push_dir() local
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()