Searched refs:sqlite3_strglob (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h580 #define sqlite3_strglob sqlite3_api->strglob macro
H A Dsqlite3.h8893 ** ^The [sqlite3_strglob(P,X)] interface returns zero if and only if
8896 ** [sqlite3_strglob(P,X)] is the same as for the "X GLOB P" operator in the
8897 ** SQL dialect understood by SQLite. ^The [sqlite3_strglob(P,X)] function
8905 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
8926 ** See also: [sqlite3_strglob()].
H A Dshell.c11966 if( sqlite3_strglob("CREATE TABLE ['\"]*", z)==0 ){
13876 }else if( sqlite3_strglob("sqlite_stat?", zTable)==0 && !noSys ){
14290 if( sqlite3_strglob(zPat, azHelp[i])==0 ){
14409 if( sqlite3_strglob(pSession->azFilter[i], zTab)==0 ) return 0;
15910 ** 1. A GLOB pattern suitable for sqlite3_strglob(). If the plan output by
16008 0==sqlite3_strglob(zGlob, zPlan)
16009 || 0==sqlite3_strglob(zGlobIPK, zPlan)
18399 if( rc && sqlite3_strglob("no such table: *", sqlite3_errmsg(p->db))==0 ){
H A Dsqlite3.c9956 ** ^The [sqlite3_strglob(P,X)] interface returns zero if and only if
9959 ** [sqlite3_strglob(P,X)] is the same as for the "X GLOB P" operator in the
9960 ** SQL dialect understood by SQLite. ^The [sqlite3_strglob(P,X)] function
9968 SQLITE_API int sqlite3_strglob(const char *zGlob, const char *zStr);
9989 ** See also: [sqlite3_strglob()].
119236 SQLITE_API int sqlite3_strglob(const char *zGlobPattern, const char *zString){ function
125970 #define sqlite3_strglob macro
[all...]

Completed in 700 milliseconds