.TH "Page Flags" 3 "Wed May 18 2016" "LMDB" \" -*- nroff -*- .ad l .nh .SH NAME Page Flags \- .SS "Macros" .in +1c .ti -1c .RI "#define \fBP_BRANCH\fP 0x01" .br .ti -1c .RI "#define \fBP_LEAF\fP 0x02" .br .ti -1c .RI "#define \fBP_OVERFLOW\fP 0x04" .br .ti -1c .RI "#define \fBP_META\fP 0x08" .br .ti -1c .RI "#define \fBP_DIRTY\fP 0x10" .br .ti -1c .RI "#define \fBP_LEAF2\fP 0x20" .br .ti -1c .RI "#define \fBP_SUBP\fP 0x40" .br .ti -1c .RI "#define \fBP_LOOSE\fP 0x4000" .br .ti -1c .RI "#define \fBP_KEEP\fP 0x8000" .br .in -1c .SH "Detailed Description" .PP Flags for the page headers\&. .SH "Macro Definition Documentation" .PP .SS "#define P_BRANCH 0x01" branch page .SS "#define P_LEAF 0x02" leaf page .SS "#define P_OVERFLOW 0x04" overflow page .SS "#define P_META 0x08" meta page .SS "#define P_DIRTY 0x10" dirty page, also set for \fBP_SUBP\fP pages .SS "#define P_LEAF2 0x20" for \fBMDB_DUPFIXED\fP records .SS "#define P_SUBP 0x40" for \fBMDB_DUPSORT\fP sub-pages .SS "#define P_LOOSE 0x4000" page was dirtied then freed, can be reused .SS "#define P_KEEP 0x8000" leave this page alone during spill .SH "Author" .PP Generated automatically by Doxygen for LMDB from the source code\&.