Searched refs:pLog (Results 1 – 1 of 1) sorted by relevance
551 FILE *pLog; /* Write log output here */ member624 if( p->pLog==0 ) return; in shellLog()625 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()626 fflush(p->pLog); in shellLog()3299 output_file_close(p->pLog); in do_meta_command()3300 p->pLog = output_file_open(zFile); in do_meta_command()