Searched refs:pLog (Results 1 – 1 of 1) sorted by relevance
19454 FILE *pLog; /* Write log output here */ member19607 if( p->pLog==0 ) return; in shellLog()19608 sputf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()19609 fflush(p->pLog); in shellLog()27451 output_file_close(p->pLog); in do_meta_command()27453 p->pLog = output_file_open(zFile, 0); in do_meta_command()