Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c172910 int nParen; /* Number of nested levels of parentheses */ global() local
211048 int nParen = 0; /* Number of open parenthesis */ global() local
[all...]
H A Dshell.c16634 int nParen = 0; in shell_callback() local
16672 nParen++; in shell_callback()
16674 nParen--; in shell_callback()
16675 if( nLine>0 && nParen==0 && j>0 ){ in shell_callback()
16681 if( nParen==1 && cEnd==0 in shell_callback()

Completed in 163 milliseconds