Lines Matching defs:esc
125401 ** Ec Where E is the "esc" character and c is any other125402 ** character, including '%', '_', and esc, match exactly c.125555 SQLITE_API int sqlite3_strlike(const char *zPattern, const char *zStr, unsigned int esc){125561 return patternCompare((u8*)zPattern, (u8*)zStr, &likeInfoNorm, esc);