Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c248873 static char *fts5ExprPrint(Fts5Config *pConfig, Fts5ExprNode *pExpr){ function
248941 char *z = fts5ExprPrint(pConfig, pExpr->apChild[i]);
249026 zText = fts5ExprPrint(pConfig, pExpr->pRoot);