Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24496 int prior_c = 0; in testcase_glob() local
24511 if( c2=='-' && zGlob[0]!=']' && zGlob[0]!=0 && prior_c>0 ){ in testcase_glob()
24513 if( c>=prior_c && c<=c2 ) seen = 1; in testcase_glob()
24514 prior_c = 0; in testcase_glob()
24519 prior_c = c2; in testcase_glob()
H A Dsqlite3.c129461 u32 prior_c = 0;
129476 if( c2=='-' && zPattern[0]!=']' && zPattern[0]!=0 && prior_c>0 ){
129478 if( c>=prior_c && c<=c2 ) seen = 1;
129479 prior_c = 0;
129484 prior_c = c2;