Home
last modified time | relevance | path

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

/dports/print/pstotext/pstotext-1.9/
H A Dpstotxtd.c119 PFN_pstotextInit dllfn_pstotextInit; variable
158 dllfn_pstotextInit = (PFN_pstotextInit) GetProcAddress(pstotextModule, "pstotextInit"); in load_pstotext()
159 if (dllfn_pstotextInit == (PFN_pstotextInit)NULL) { in load_pstotext()
183 dllfn_pstotextInit(&pstotextInstance); in load_pstotext()
217 dllfn_pstotextInit = pstotextInit; in load_pstotext()
221 dllfn_pstotextInit(&pstotextInstance); in load_pstotext()
284 …if ((rc = DosQueryProcAddr(pstotextModule, 0, "pstotextInit", (PFN *)(&dllfn_pstotextInit))) !=0) { in load_pstotext()
309 dllfn_pstotextInit(&pstotextInstance); in load_pstotext()