HomeSort by: relevance | last modified time | path
    Searched refs:mxHeight (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 938 int mxHeight; /* nLineLimit */
3062 }while( bMore && ++nRow < p->mxHeight );
3535 if( cnt>p->mxHeight ){
3617 p->mxHeight = p->spec.nLineLimit;
3618 if( p->mxHeight<=0 ) p->mxHeight = 2147483647;
    [all...]
sqlite3.c     [all...]

Completed in 136 milliseconds