Lines Matching refs:sqlite3_strlike
7990 ** See also: [sqlite3_strlike()].
7997 ** ^The [sqlite3_strlike(P,X,E)] interface returns zero if and only if
8000 ** [sqlite3_strlike(P,X,E)] is the same as for the "X LIKE P ESCAPE E"
8002 ** the ESCAPE clause, set the E parameter of [sqlite3_strlike(P,X,E)] to 0.
8003 ** ^As with the LIKE operator, the [sqlite3_strlike(P,X,E)] function is case
8007 ** ^The [sqlite3_strlike(P,X,E)] function matches Unicode characters, though
8015 SQLITE_API int sqlite3_strlike(const char *zGlob, const char *zStr, unsigned int cEsc);