Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dutil.c350 if (cip->debugLogProc != NULL) { in PrintF()
357 (*cip->debugLogProc)(cip, buf); in PrintF()
438 if ((cip->debugLogProc != NULL) && (cip->debugLogProc != cip->errLogProc)) { in Error()
439 (*cip->debugLogProc)(cip, buf); in Error()
H A Dncftp.h147 FTPLogProc debugLogProc; /* OPTIONAL input parameter. */ member
H A Dopen.c1048 cip->debugLogProc = NULL; in FTPRebuildConnectionInfo()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dtrace.c99 gConn.debugLogProc = DebugHook; in UseTrace()