Searched refs:swap_uint16 (Results 1 – 2 of 2) sorted by relevance
76 swap_uint16(pcre_uint16 value) in swap_uint16() function139 re->first_char = swap_uint16(re->first_char); in pcre_pattern_to_host_byte_order()140 re->req_char = swap_uint16(re->req_char); in pcre_pattern_to_host_byte_order()146 re->max_lookbehind = swap_uint16(re->max_lookbehind); in pcre_pattern_to_host_byte_order()147 re->top_bracket = swap_uint16(re->top_bracket); in pcre_pattern_to_host_byte_order()148 re->top_backref = swap_uint16(re->top_backref); in pcre_pattern_to_host_byte_order()149 re->name_table_offset = swap_uint16(re->name_table_offset); in pcre_pattern_to_host_byte_order()150 re->name_entry_size = swap_uint16(re->name_entry_size); in pcre_pattern_to_host_byte_order()151 re->name_count = swap_uint16(re->name_count); in pcre_pattern_to_host_byte_order()152 re->ref_count = swap_uint16(re->ref_count); in pcre_pattern_to_host_byte_order()[all …]
2471 swap_uint16(pcre_uint16 value) in swap_uint16() function2512 re->first_char = swap_uint16(re->first_char); in regexflip8_or_16()2513 re->req_char = swap_uint16(re->req_char); in regexflip8_or_16()2514 re->max_lookbehind = swap_uint16(re->max_lookbehind); in regexflip8_or_16()2515 re->top_bracket = swap_uint16(re->top_bracket); in regexflip8_or_16()2516 re->top_backref = swap_uint16(re->top_backref); in regexflip8_or_16()2517 re->name_table_offset = swap_uint16(re->name_table_offset); in regexflip8_or_16()2518 re->name_entry_size = swap_uint16(re->name_entry_size); in regexflip8_or_16()2519 re->name_count = swap_uint16(re->name_count); in regexflip8_or_16()2520 re->ref_count = swap_uint16(re->ref_count); in regexflip8_or_16()[all …]