Home
last modified time | relevance | path

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

/reactos/sdk/tools/spec2def/
H A Dspec2def.c928 EXPORT *pexports; in ParseFile() local
947 if (pexports == NULL) in ParseFile()
984 return pexports; in ParseFile()
1426 pexports[*cExports] = exp; in ParseFile()
1431 return pexports; in ParseFile()
1460 used[pexports[i].nOrdinal] = 1; in ApplyOrdinals()
1484 if ((pexports[i].uFlags & FL_ORDINAL) == 0 && pexports[i].bVersionIncluded) in ApplyOrdinals()
1489 pexports[i].nOrdinal = j; in ApplyOrdinals()
1525 EXPORT *pexports; in main() local
1670 if (pexports == NULL) in main()
[all …]