Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c19418 int inputNesting; /* Track nesting level of .read and other redirects */ member
29900 if( p->inputNesting==MAX_INPUT_NESTING ){ in process_input()
29906 ++p->inputNesting; in process_input()
29995 --p->inputNesting; in process_input()