Home | History | Annotate | Download | only in orig

Lines Matching full:plog

553   FILE *pLog;            /* Write log output here */
626 if( p->pLog==0 ) return;
627 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg);
628 fflush(p->pLog);
3296 output_file_close(p->pLog);
3297 p->pLog = output_file_open(zFile);