Lines Matching defs:detected_pgsz
15417 int detected_pgsz;
17446 ** If successful, set variable p->detected_pgsz to the detected page-size
17448 ** can be found, return SQLITE_OK but leave p->detected_pgsz set to 0. Or,
17450 ** is returned. The final value of p->detected_pgsz is undefined in this
17494 if( pgsz>(u32)p->detected_pgsz ){
17495 p->detected_pgsz = pgsz;
17502 p->detected_pgsz = pgsz;
17571 if( rc==SQLITE_OK && p->detected_pgsz==0 ){
17574 if( p->detected_pgsz ){
17575 pgsz = p->detected_pgsz;