Searched refs:bGlob (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 24952 u8 bGlob; /* True if --glob */ member 25031 pAr->bGlob = 1; in arProcessSwitch() 25216 const char *zSel = (pAr->bGlob) in arCheckEntries() 25257 const char *zSameOp = (pAr->bGlob)? "GLOB" : "="; in arWhereClause() 28206 int bGlob; in do_meta_command() local 28208 bGlob = strchr(zName, '*') != 0 || strchr(zName, '?') != 0 || in do_meta_command() 28215 appendText(&sSelect, bGlob ? " GLOB " : " LIKE ", 0); in do_meta_command() 28217 if( !bGlob ){ in do_meta_command()
|
H A D | sqlite3.c | 232794 int bGlob, 237027 Fts5Config *pConfig, int bGlob, int iCol, const char *zText, Fts5Expr **pp 237041 if( bGlob==0 ){ 250902 int bGlob = (idxStr[iIdxStr-1]=='G'); 250910 rc = sqlite3Fts5ExprPattern(pConfig, bGlob, iCol, zText, &pExpr);
|