Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c81540 int ptfFlags; /* Page-type flags for the root page of new table */ local
81670 ptfFlags = PTF_INTKEY | PTF_LEAFDATA | PTF_LEAF;
81672 ptfFlags = PTF_ZERODATA | PTF_LEAF;
81674 zeroPage(pRoot, ptfFlags);