Searched refs:flags_in_host_byte_order (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcretest.c3620 pcre_uint32 flags_in_host_byte_order; local
3622 flags_in_host_byte_order = REAL_PCRE_FLAGS(re);
3624 flags_in_host_byte_order = swap_uint32(REAL_PCRE_FLAGS(re));
3630 "%d-bit mode\n", 8 * CHAR_SIZE, 8 * (flags_in_host_byte_order & PCRE_MODE_MASK));

Completed in 151 milliseconds