Lines Matching refs:seen
113733 int seen = 0;
113743 if( c==']' ) seen = 1;
113749 if( c>=prior_c && c<=c2 ) seen = 1;
113753 seen = 1;
113759 if( c2==0 || (seen ^ invert)==0 ){
123478 int seen[2];
123483 seen[0] = 0;
123484 seen[1] = 0;
123491 seen[j] = i+1;
123493 if( seen[0]==0 ){
123498 j = seen[0]-1;
123501 if( seen[1]==0 ) return SQLITE_OK;
123504 j = seen[1]-1;
159062 int seen = 0;
159070 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
159071 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );