Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c210 static int safe_tolower(char c){ in safe_tolower() function
1778 if( safe_tolower(*s++)!=safe_tolower(*t++) ) return 0; in startsWith()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c348 static int safe_tolower(char c){ in safe_tolower() function
2646 if( safe_tolower(*s++)!=safe_tolower(*t++) ) return 0; in startsWith()