Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c618 typedef struct PerStreamTags { struct
627 } PerStreamTags; argument
644 static short pstReachesConsole(PerStreamTags *ppst){ in pstReachesConsole()
652 static void restoreConsoleArb(PerStreamTags *ppst){ in restoreConsoleArb()
660 static short streamOfConsole(FILE *pf, /* out */ PerStreamTags *ppst){ in streamOfConsole()
693 PerStreamTags pstSetup[3];
694 PerStreamTags pstDesignated[3];
698 static short isValidStreamInfo(PerStreamTags *ppst){ in isValidStreamInfo()
711 static void maybeSetupAsConsole(PerStreamTags *ppst, short odir){ in maybeSetupAsConsole()
725 PerStreamTags *ppst = (ix<3)? in consoleRenewSetup()
[all …]