Home
last modified time | relevance | path

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

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