Home
last modified time | relevance | path

Searched refs:swap_uint32 (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_byte_order.c67 swap_uint32(pcre_uint32 value) in swap_uint32() function
129 if ((swap_uint32(re->flags) & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; in pcre_pattern_to_host_byte_order()
132 re->size = swap_uint32(re->size); in pcre_pattern_to_host_byte_order()
133 re->options = swap_uint32(re->options); in pcre_pattern_to_host_byte_order()
134 re->flags = swap_uint32(re->flags); in pcre_pattern_to_host_byte_order()
135 re->limit_match = swap_uint32(re->limit_match); in pcre_pattern_to_host_byte_order()
136 re->limit_recursion = swap_uint32(re->limit_recursion); in pcre_pattern_to_host_byte_order()
142 re->first_char = swap_uint32(re->first_char); in pcre_pattern_to_host_byte_order()
143 re->req_char = swap_uint32(re->req_char); in pcre_pattern_to_host_byte_order()
158 study->size = swap_uint32(study->size); in pcre_pattern_to_host_byte_order()
[all …]
Dpcre32_utf32_utils.c56 swap_uint32(pcre_uint32 value) in swap_uint32() function
127 *optr++ = host_bo ? c : swap_uint32(c); in pcre32_utf32_to_host_byte_order()
Dpcretest.c2462 swap_uint32(pcre_uint32 value) in swap_uint32() function
2507 re->size = swap_uint32(re->size); in regexflip8_or_16()
2508 re->options = swap_uint32(re->options); in regexflip8_or_16()
2509 re->flags = swap_uint32(re->flags); in regexflip8_or_16()
2510 re->limit_match = swap_uint32(re->limit_match); in regexflip8_or_16()
2511 re->limit_recursion = swap_uint32(re->limit_recursion); in regexflip8_or_16()
2525 rsd->size = swap_uint32(rsd->size); in regexflip8_or_16()
2526 rsd->flags = swap_uint32(rsd->flags); in regexflip8_or_16()
2527 rsd->minlength = swap_uint32(rsd->minlength); in regexflip8_or_16()
2688 re->size = swap_uint32(re->size); in regexflip_32()
[all …]