Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dparser.c1641 if (context_out != context_in) *context_out = *context_in; in SetupFindNextLine()
1642 context_out->Line++; in SetupFindNextLine()
1655 context_out->Inf = context_in->Inf; in SetupFindNextLine()
1656 context_out->CurrentInf = file; in SetupFindNextLine()
1657 context_out->Section = section_index; in SetupFindNextLine()
1658 context_out->Line = 0; in SetupFindNextLine()
1713 if (context_out != context_in) *context_out = *context_in; in SetupFindNextMatchLineW()
1714 context_out->Line = i; in SetupFindNextMatchLineW()
1735 context_out->CurrentInf = file; in SetupFindNextMatchLineW()
1736 context_out->Section = section_index; in SetupFindNextMatchLineW()
[all …]
/reactos/base/services/nfsd/
H A Didmap.h32 nfs41_idmapper **context_out);
H A Didmap.c806 struct idmap_context **context_out) in nfs41_idmap_create() argument
858 *context_out = context; in nfs41_idmap_create()