Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13699 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse*, int);
13702 #define sqlite3ExprCheckHeight(x,y) macro
82705 if( sqlite3ExprCheckHeight(pParse, pExpr->nHeight+pNC->pParse->nHeight) ){
83122 SQLITE_PRIVATE int sqlite3ExprCheckHeight(Parse *pParse, int nHeight){
83205 sqlite3ExprCheckHeight(pParse, p->nHeight);
83362 sqlite3ExprCheckHeight(pParse, p->nHeight);

Completed in 410 milliseconds