Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c938 int mxHeight; /* nLineLimit */ member
3062 }while( bMore && ++nRow < p->mxHeight ); in qrfColumnar()
3535 if( cnt>p->mxHeight ){ in qrfOneSimpleRow()
3617 p->mxHeight = p->spec.nLineLimit; in qrfInitialize()
3618 if( p->mxHeight<=0 ) p->mxHeight = 2147483647; in qrfInitialize()
H A Dsqlite3.c113441 int mxHeight = pParse->db->aLimit[SQLITE_LIMIT_EXPR_DEPTH]; local
113442 if( nHeight>mxHeight ){
113444 "Expression tree is too large (maximum depth %d)", mxHeight