OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fts3Expr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
103
typedef struct
Fts3Expr
Fts3Expr
;
167
Fts3Expr
*pExpr; /* Parsed MATCH query string */
238
** If
Fts3Expr
.eType is either FTSQUERY_NEAR or FTSQUERY_PHRASE and isLoaded
248
struct
Fts3Expr
{
251
Fts3Expr
*pParent; /* pParent->pLeft==this or pParent->pRight==this */
252
Fts3Expr
*pLeft; /* Left operand */
253
Fts3Expr
*pRight; /* Right operand */
356
char *sqlite3Fts3FindPositions(
Fts3Expr
*, sqlite3_int64, int);
357
int sqlite3Fts3ExprLoadDoclist(Fts3Cursor *,
Fts3Expr
*);
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 63 milliseconds