Searched refs:pLog (Results 1 – 1 of 1) sorted by relevance
18191 FILE *pLog; /* Write log output here */ member18344 if( p->pLog==0 ) return; in shellLog()18345 sputf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()18346 fflush(p->pLog); in shellLog()26081 output_file_close(p->pLog); in do_meta_command()26083 p->pLog = output_file_open(zFile, 0); in do_meta_command()