Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Ddbghelp.c79 static struct process* process_first /* = NULL */; variable
103 for (p = process_first; p && p->handle != hProcess; p = p->next); in process_find_by_handle()
506 pcs->next = process_first; in SymInitializeW()
507 process_first = pcs; in SymInitializeW()
562 for (ppcs = &process_first; *ppcs; ppcs = &(*ppcs)->next) in SymCleanup()
589 for (pcs = process_first; pcs; pcs = pcs->next) in SymSetOptions()
H A Ddbghelp_ros.diff172 pcs->next = process_first;
173 process_first = pcs;