Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c8688 int nParen = 0; in shell_callback() local
8725 nParen++; in shell_callback()
8727 nParen--; in shell_callback()
8728 if( nLine>0 && nParen==0 && j>0 ){ in shell_callback()
8734 if( nParen==1 && cEnd==0 in shell_callback()
/external/sqlite/dist/
Dshell.c8694 int nParen = 0; in shell_callback() local
8731 nParen++; in shell_callback()
8733 nParen--; in shell_callback()
8734 if( nLine>0 && nParen==0 && j>0 ){ in shell_callback()
8740 if( nParen==1 && cEnd==0 in shell_callback()