Home
last modified time | relevance | path

Searched refs:ShellState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c21668 typedef struct ShellState ShellState; typedef
21669 struct ShellState { struct
21751 static ShellState shellState; argument
21888 ShellState *p = (ShellState*)pArg; in shellLog()
21905 ShellState *p = (ShellState*)sqlite3_user_data(pCtx); in shellPutsFunc()
21916 ShellState *p, in failIfSafeMode()
22078 static void outputModePush(ShellState *p){ in outputModePush()
22084 static void outputModePop(ShellState *p){ in outputModePop()
22094 static void setCrlfMode(ShellState *p){ in setCrlfMode()
22144 static void output_quoted_string(ShellState *p, const char *zInX){ in output_quoted_string()
[all …]