Home
last modified time | relevance | path

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

/reactos/dll/appcompat/apphelp/
H A Dsdbread.c173 TAGID next_child; in SdbGetNextChild() local
181 next_child = prev_child + prev_child_size; in SdbGetNextChild()
182 if (next_child >= pdb->size) in SdbGetNextChild()
186 return next_child; in SdbGetNextChild()
193 if (next_child >= parent + parent_size) in SdbGetNextChild()
196 return next_child; in SdbGetNextChild()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c3845 D3DXFRAME **next_child; in load_frame() local
3857 next_child = &frame->pFrameFirstChild; in load_frame()
3880 hr = load_frame(child, options, device, alloc_hier, next_child); in load_frame()
3882 next_child = &(*next_child)->pFrameSibling; in load_frame()