Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtokenize.c747 int iStartIN; /* Start of RHS of IN operator in z[] */ local
754 nParen = iStartIN = nParenAtIN = 0;
785 iStartIN = pStr->nChar;
792 if( iStartIN>0 && nParen==nParenAtIN ){
793 assert( pStr->nChar>=(u32)iStartIN );
794 pStr->nChar = iStartIN+1;
796 iStartIN = 0;
803 iStartIN = 0;
835 iStartIN = 0;