Searched refs:pLog (Results 1 – 1 of 1) sorted by relevance
17465 FILE *pLog; /* Write log output here */ member17618 if( p->pLog==0 ) return; in shellLog()17619 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()17620 fflush(p->pLog); in shellLog()25321 output_file_close(p->pLog); in do_meta_command()25323 p->pLog = output_file_open(zFile, 0); in do_meta_command()