Home | History | Annotate | Download | only in dist

Lines Matching full:plog

557   FILE *pLog;            /* Write log output here */
630 if( p->pLog==0 ) return;
631 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg);
632 fflush(p->pLog);
3339 output_file_close(p->pLog);
3340 p->pLog = output_file_open(zFile);