Searched refs:xCloser (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c15110 int (SQLITE_CDECL *xCloser)(FILE*); /* Func to close in */ member in struct:ImportCtx
15125 if( p->in!=0 && p->xCloser!=0 ){
15126 p->xCloser(p->in);
18366 sCtx.xCloser = pclose;
18370 sCtx.xCloser = fclose;

Completed in 162 milliseconds