Home | History | Annotate | Download | only in dist

Lines Matching full:flags_in_host_byte_order

3623         pcre_uint32 flags_in_host_byte_order;
3625 flags_in_host_byte_order = REAL_PCRE_FLAGS(re);
3627 flags_in_host_byte_order = swap_uint32(REAL_PCRE_FLAGS(re));
3633 "%d-bit mode\n", 8 * CHAR_SIZE, 8 * (flags_in_host_byte_order & PCRE_MODE_MASK));