OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:detected_pgsz
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
15417
int
detected_pgsz
;
member in struct:sqlite3_recover
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
;
[
all
...]
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026