Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c19460 ** open. The OPEN_DB_KEEPALIVE flag changes that so that it prints an error
19467 #define OPEN_DB_KEEPALIVE 0x001 /* Return after error if true */ macro
19516 if( openFlags & OPEN_DB_KEEPALIVE ){ in open_db()
23530 open_db(p, OPEN_DB_KEEPALIVE); in do_meta_command()

Completed in 34 milliseconds