Lines Matching refs:glob
99384 sqlite_int64 iRow, /* The row containing the glob */
110358 ** function. The expression "A glob B" is equivalent to
110359 ** "glob(B,A). We want to use the A in "A glob B" to test
110360 ** for function overloading. But we use the B term in "glob(B,A)".
125404 ** The comments within this routine usually assume glob matching.
125409 const u8 *zPattern, /* The glob pattern */
125410 const u8 *zString, /* The string to compare against the glob */
127044 LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
155061 { "glob", SQLITE_INDEX_CONSTRAINT_GLOB },