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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c419 FILE *pLog; /* Write log output here */ member in struct:callback_data
467 if( p->pLog==0 ) return;
468 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg);
469 fflush(p->pLog);
1845 if( p->pLog && p->pLog!=stdout && p->pLog!=stderr ){
1846 fclose(p->pLog);
1847 p->pLog = 0;
1850 p->pLog
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c419 FILE *pLog; /* Write log output here */ member in struct:callback_data
467 if( p->pLog==0 ) return;
468 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg);
469 fflush(p->pLog);
1845 if( p->pLog && p->pLog!=stdout && p->pLog!=stderr ){
1846 fclose(p->pLog);
1847 p->pLog = 0;
1850 p->pLog
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c419 FILE *pLog; /* Write log output here */ member in struct:callback_data
467 if( p->pLog==0 ) return;
468 fprintf(p->pLog, "(%d) %s\n", iErrCode, zMsg);
469 fflush(p->pLog);
1845 if( p->pLog && p->pLog!=stdout && p->pLog!=stderr ){
1846 fclose(p->pLog);
1847 p->pLog = 0;
1850 p->pLog
[all...]

Completed in 175 milliseconds