Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c219 unsigned char firstChar; in instrFunc() local
250 firstChar = zNeedle[0]; in instrFunc()
252 && (zHaystack[0]!=firstChar || memcmp(zHaystack, zNeedle, nNeedle)!=0) in instrFunc()