Searched defs:_JBIDX (Results 1 – 1 of 1) sorted by relevance
105 struct _JBIDX { struct106 struct _JBIDX *next; /**< Next index in chain */ argument107 int64_t rnum; /**< Number of records stored in index */108 JBCOLL jbc; /**< Owner document collection */109 JBL_PTR ptr; /**< Indexed JSON path poiner 0*/110 IWDB idb; /**< KV database for this index */111 uint32_t dbid; /**< IWKV collection database ID */112 ejdb_idx_mode_t mode; /**< Index mode/type mask */113 iwdb_flags_t idbf; /**< Index database flags */