Home
last modified time | relevance | path

Searched refs:pLog (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c15580 FILE *pLog; /* Write log output here */ member
15731 if( p->pLog==0 ) return; in shellLog()
15732 utf8_printf(p->pLog, "(%d) %s\n", iErrCode, zMsg); in shellLog()
15733 fflush(p->pLog); in shellLog()
23296 output_file_close(p->pLog); in do_meta_command()
23297 p->pLog = output_file_open(zFile, 0); in do_meta_command()

Completed in 32 milliseconds