Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dbuiltin.c2319 UINT len_path = 0, len_segment = lstrlenW( segment ); in append_path() local
2324 if (!(ret = heap_alloc( (len_path + len_segment + 2) * sizeof(WCHAR) ))) return NULL; in append_path()
2331 memcpy( ret + *len, segment, len_segment * sizeof(WCHAR) ); in append_path()
2332 *len += len_segment; in append_path()