Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c21569 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse*, int);
21572 #define sqlite3ExprCheckHeight(x,y) macro
108242 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
108285 if( sqlite3ExprCheckHeight(w.pParse, w.pParse->nHeight) ){
109176 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
109259 sqlite3ExprCheckHeight(pParse, p->nHeight);
109433 sqlite3ExprCheckHeight(pParse, p->nHeight);