Home
last modified time | relevance | path

Searched refs:ptfFlags (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c83284 int ptfFlags; /* Page-type flags for the root page of new table */ local
83414 ptfFlags = PTF_INTKEY | PTF_LEAFDATA | PTF_LEAF;
83416 ptfFlags = PTF_ZERODATA | PTF_LEAF;
83418 zeroPage(pRoot, ptfFlags);