Lines Matching defs:detected_pgsz
12820 int detected_pgsz;
14846 ** If successful, set variable p->detected_pgsz to the detected page-size
14848 ** can be found, return SQLITE_OK but leave p->detected_pgsz set to 0. Or,
14850 ** is returned. The final value of p->detected_pgsz is undefined in this
14894 if( pgsz>(u32)p->detected_pgsz ){
14895 p->detected_pgsz = pgsz;
14902 p->detected_pgsz = pgsz;
14971 if( rc==SQLITE_OK && p->detected_pgsz==0 ){
14974 if( p->detected_pgsz ){
14975 pgsz = p->detected_pgsz;