Home
last modified time | relevance | path

Searched refs:apExprPhrase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c246260 Fts5ExprPhrase **apExprPhrase; /* Pointers to phrase objects */ member
246533 pNew->apExprPhrase = sParse.apPhrase;
246660 sqlite3_free(p->apExprPhrase);
246678 p1->apExprPhrase, nPhrase * sizeof(Fts5ExprPhrase*)
246686 ap[i] = p2->apExprPhrase[i];
246689 p1->apExprPhrase = ap;
246692 sqlite3_free(p2->apExprPhrase);
248123 pOrig = pExpr->apExprPhrase[iPhrase];
248127 pNew->apExprPhrase = (Fts5ExprPhrase**)sqlite3Fts5MallocZero(&rc,
248179 pNew->apExprPhrase[0] = sCtx.pPhrase;
[all …]