Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15565 sqlite3_int64 szMax; /* --maxsize argument to .open */ member
19591 if( p->szMax>0 ){ in open_db()
19592 sqlite3_file_control(p->db, "main", SQLITE_FCNTL_SIZE_LIMIT, &p->szMax); in open_db()
23481 p->szMax = integerValue(azArg[++iName]); in do_meta_command()
23507 p->szMax = 0; in do_meta_command()
26093 data.szMax = integerValue(argv[++i]);
26217 data.szMax = integerValue(argv[++i]);
H A Dsqlite3.c51344 sqlite3_int64 szMax; /* Maximum allowed size of the file */ global() member
231308 int szMax = 0; global() local
[all...]

Completed in 166 milliseconds