Searched defs:DOC_info_PXDB_header_struct (Results 1 – 2 of 2) sorted by relevance
1657 typedef struct DOC_info_PXDB_header_struct struct1659 unsigned int xdb_header: 1; /* bit set if this is post-3.1 xdb */ 1660 unsigned int doc_header: 1; /* bit set if this is doc-style header */1661 unsigned int version: 8; /* version of pxdb see defines1663 unsigned int reserved_for_flags: 16;/* for future use; -- must be 1665 unsigned int has_aux_pd_table: 1; /* $GNTT$ has aux PD table */1666 unsigned int has_expr_table: 1; /* space has $EXPR$ */ 1667 unsigned int has_range_table: 1; /* space has $RANGE$ */ 1668 unsigned int has_context_table: 1; /* space has $SRC_CTXT$ */ 1669 unsigned int has_lines_table: 1; /* space contains a $LINES$[all …]