Home
last modified time | relevance | path

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

/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/lib/
H A Depson-escpr-api.h66 const EPS_NET_FUNC*, const EPS_CMN_FUNC* );
H A Depson-escpr-services.h161 extern void serDelayThread (EPS_UINT32, EPS_CMN_FUNC* );
H A Depson-protocol.h128 const EPS_NET_FUNC*, const EPS_CMN_FUNC* );
H A Depson-layout.c47 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpr-mem.c43 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpr-services.c51 extern EPS_CMN_FUNC epsCmnFnc;
1159 EPS_CMN_FUNC* epsCmnFnc in serDelayThread()
H A Depson-escpr-dbg.c31 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpr-def.h657 } EPS_CMN_FUNC; typedef
H A Depson-net-raw.c72 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-protocol.c100 extern EPS_CMN_FUNC epsCmnFnc;
192 const EPS_CMN_FUNC* cmnFuncPtrs
H A Depson-net-lpr.c75 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpage-comp.c88 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpage-color.c124 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpage.c86 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpage-mono.c166 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-escpr-api.c89 EPS_CMN_FUNC epsCmnFnc;
443 const EPS_CMN_FUNC* cmnFuncPtrs in epsInitDriver()
478 memcpy((void*)(&epsCmnFnc), (void*)cmnFuncPtrs, sizeof(EPS_CMN_FUNC)); in epsInitDriver()
H A Depson-escpr-pm.c35 extern EPS_CMN_FUNC epsCmnFnc;
57 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-usb.c81 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-cbt.c67 extern EPS_CMN_FUNC epsCmnFnc;
H A Depson-net-snmp.c102 extern EPS_CMN_FUNC epsCmnFnc;
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/src/
H A Dfilter.c71 extern EPS_CMN_FUNC epsCmnFnc;
94 EPS_CMN_FUNC cmnFuncPtrs; in epsInitLib()
95 memset(&cmnFuncPtrs, 0, sizeof(EPS_CMN_FUNC)); in epsInitLib()
108 memcpy((void*)(&epsCmnFnc), (void*)&cmnFuncPtrs, sizeof(EPS_CMN_FUNC)); in epsInitLib()