OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QRF_MAX_WIDTH
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
2291
}else if( v>
QRF_MAX_WIDTH
){
2292
v =
QRF_MAX_WIDTH
;
2363
if( v<(-
QRF_MAX_WIDTH
) ){
2364
v = -
QRF_MAX_WIDTH
;
2365
}else if( v>
QRF_MAX_WIDTH
){
2366
v =
QRF_MAX_WIDTH
;
/src/external/public-domain/sqlite/dist/
shell.c
751
#define
QRF_MAX_WIDTH
10000
3616
if( p->mxWidth<=0 ) p->mxWidth =
QRF_MAX_WIDTH
;
31677
if( w>
QRF_MAX_WIDTH
) w =
QRF_MAX_WIDTH
;
31751
if( w>
QRF_MAX_WIDTH
){
31753
"Maximum column width is %d",
QRF_MAX_WIDTH
);
31783
if( w<(-
QRF_MAX_WIDTH
) ) w = -
QRF_MAX_WIDTH
;
31784
if( w>
QRF_MAX_WIDTH
) w =
QRF_MAX_WIDTH
;
[
all
...]
Completed in 38 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026