Lines Matching full:near
3950 ** the near future and that SQLite should make its own private copy of
15881 /* A memory allocation of a number of bytes which is near the maximum
15884 ** 255 bytes of overhead. SQLite itself will never use anything near
24865 ** of just a small span of bytes near the 1GiB boundary. Whole File Locking
39839 ** probability of damage to near zero but with a write performance reduction.
42022 /* Move the cursor so that it points to an entry near the key
93504 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0);
94086 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
98908 ** containing the results of the NEAR or phrase query in FTS3 doclist
98937 ** "a OR b AND c NOT d NEAR e"
98941 ** "a OR (b AND (c NOT (d NEAR e)))"
99974 ** Merge two position-lists as required by the NEAR operator.
101262 ** nearexpr ::= phrase (NEAR distance_opt nearexpr)*.
101283 ** Default span for NEAR operators.
101525 { "NEAR", 4, 0, FTSQUERY_NEAR }
101560 /* If this is a "NEAR" keyword, check for an explicit nearness. */
101674 ** NEAR
101780 ** binary operator (AND, OR, NOT or NEAR) is encounted when
101805 /* This test catches attempts to make either operand of a NEAR
101809 ** (bracketed expression) NEAR phrase
101810 ** phrase NEAR (bracketed expression)
102002 zBuf += sprintf(zBuf, "NEAR/%d ", pExpr->nNear);
106510 ** Remove entries from the pSnippet structure to account for the NEAR
106512 ** offsets produced by treating all NEAR operators as AND operators.
106514 ** accounting for the NEAR restriction. For example, if the queried
106521 ** A NEAR/0 E
106525 ** is not near enough to an E).
106549 /* The right-hand-side of a NEAR operator is always a phrase. The
106551 ** itself headed by a NEAR operator. The following initializations
106556 ** <col> MATCH '"abc def" NEAR/2 "ghi jkl"'
106709 ** discarded as part of processing the NEAR operator (see the