OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026