Searched refs:isIndex (Results 1 – 2 of 2) sorted by relevance
171 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function172 bool isConstant() const { return !isIndex(); } in isConstant()175 assert(isIndex()); in getIndex()179 assert(isIndex()); in getOffset()183 assert(isIndex()); in getCleanup()187 assert(isIndex()); in setCleanup()
70365 int isIndex, /* True if iRoot is the root of an index b-tree */70387 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){70395 if( isIndex ){