Home
last modified time | relevance | path

Searched refs:cGrntdBufs (Results 1 – 4 of 4) sorted by last modified time

/dports/games/avp/avp-20170505/src/avp/win95/
H A Ddplayext.h69 extern BOOL DpExtInit(DWORD cGrntdBufs, DWORD cBytesPerBuf, BOOL bErrChcks);
H A Ddplayext.c141 BOOL DpExtInit(DWORD cGrntdBufs, DWORD cBytesPerBuf, in DpExtInit() argument
/dports/games/avp/avp-20170505/src/
H A Dnet.h4 BOOL DpExtInit(DWORD cGrntdBufs, DWORD cBytesPerBuf, BOOL bErrChcks);
H A Dnet.c23 BOOL DpExtInit(DWORD cGrntdBufs, DWORD cBytesPerBuf, BOOL bErrChcks) in DpExtInit() argument
25 fprintf(stderr, "DpExtInit(%d, %d, %d)\n", cGrntdBufs, cBytesPerBuf, bErrChcks); in DpExtInit()