Searched refs:debugLogProc (Results 1 – 4 of 4) sorted by relevance
350 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()
147 FTPLogProc debugLogProc; /* OPTIONAL input parameter. */ member
1048 cip->debugLogProc = NULL; in FTPRebuildConnectionInfo()
99 gConn.debugLogProc = DebugHook; in UseTrace()