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