Searched refs:bGlob (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c23688 u8 bGlob; /* True if --glob */ member in struct:ArCommand
23767 pAr->bGlob = 1;
23940 ** exact equality when pAr->bGlob is false or a "name GLOB pattern" match
23941 ** when pAr->bGlob is true.
23952 const char *zSel = (pAr->bGlob)
23985 ** when pAr->bGlob is false and GLOB match when pAr->bGlob is true.
23993 const char *zSameOp = (pAr->bGlob)? "GLOB" : "=";
26836 int bGlob; local
26838 bGlob
[all...]
H A Dsqlite3.c235094 sqlite3Fts5ExprPattern( Fts5Config *pConfig, int bGlob, int iCol, const char *zText, Fts5Expr **pp ) argument
248966 int bGlob = (idxStr[iIdxStr-1]=='G'); local
[all...]

Completed in 673 milliseconds