Searched refs:flagByte (Results 1 – 1 of 1) sorted by relevance
1908 static int decodeFlags(MemPage *pPage, int flagByte){ in decodeFlags() argument1913 pPage->leaf = (u8)(flagByte>>3); assert( PTF_LEAF == 1<<3 ); in decodeFlags()1914 flagByte &= ~PTF_LEAF; in decodeFlags()1917 if( flagByte==(PTF_LEAFDATA | PTF_INTKEY) ){ in decodeFlags()1936 }else if( flagByte==PTF_ZERODATA ){ in decodeFlags()