Lines Matching refs:swap_uint32
67 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()
159 study->flags = swap_uint32(study->flags); in pcre_pattern_to_host_byte_order()
160 study->minlength = swap_uint32(study->minlength); in pcre_pattern_to_host_byte_order()
179 *ptr = swap_uint32(*ptr); in pcre_pattern_to_host_byte_order()
201 *ptr = swap_uint32(*ptr); in pcre_pattern_to_host_byte_order()
286 *ptr = swap_uint32(*ptr); in pcre_pattern_to_host_byte_order()
301 *ptr = swap_uint32(*ptr); in pcre_pattern_to_host_byte_order()