Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c19879 int (SQLITE_CDECL *xCloser)(FILE*); /* Func to close in */ member
19894 if( p->in!=0 && p->xCloser!=0 ){ in import_cleanup()
19895 p->xCloser(p->in); in import_cleanup()
22902 sCtx.xCloser = pclose; in do_meta_command()
22906 sCtx.xCloser = fclose; in do_meta_command()

Completed in 35 milliseconds