Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c20695 SQLITE_PRIVATE void sqlite3ShowExpr(const Expr*);
33569 SQLITE_PRIVATE void sqlite3ShowExpr(const Expr *p){ sqlite3TreeViewExpr(0,p,0); } in sqlite3ShowExpr() function
166707 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(pExpr);
167753 if( sqlite3WhereTrace & 0x5000 ) sqlite3ShowExpr(p->pExpr);
182447 sqlite3ShowExpr(0);
182448 sqlite3ShowExpr(0);