Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c15607 static ShellState shellState; variable
25446 ** because we need the global shellState and cannot access it from that function
25450 /* Parse the next line from shellState.wasm.zInput. */ in one_input_line()
25451 const char *zBegin = shellState.wasm.zPos; in one_input_line()
25467 shellState.wasm.zPos = z; in one_input_line()
25872 # define data shellState
26543 int rc = shellState.db
26544 ? sqlite3_file_control(shellState.db, "main",
26578 shellState.wasm.zInput = zSql;
26579 shellState
[all...]

Completed in 34 milliseconds