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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_byte_order.c76 swap_uint16(pcre_uint16 value) function
126 if ((swap_uint16(re->flags) & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
131 re->flags = swap_uint16(re->flags);
132 re->top_bracket = swap_uint16(re->top_bracket);
133 re->top_backref = swap_uint16(re->top_backref);
134 re->first_char = swap_uint16(re->first_char);
135 re->req_char = swap_uint16(re->req_char);
136 re->name_table_offset = swap_uint16(re->name_table_offset);
137 re->name_entry_size = swap_uint16(re->name_entry_size);
138 re->name_count = swap_uint16(r
[all...]
H A Dpcretest.c1817 swap_uint16(pcre_uint16 value) function
1854 re->flags = swap_uint16(re->flags);
1855 re->top_bracket = swap_uint16(re->top_bracket);
1856 re->top_backref = swap_uint16(re->top_backref);
1857 re->first_char = swap_uint16(re->first_char);
1858 re->req_char = swap_uint16(re->req_char);
1859 re->name_table_offset = swap_uint16(re->name_table_offset);
1860 re->name_entry_size = swap_uint16(re->name_entry_size);
1861 re->name_count = swap_uint16(re->name_count);
1882 *ptr = swap_uint16(*pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_byte_order.c76 swap_uint16(pcre_uint16 value) function
126 if ((swap_uint16(re->flags) & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
131 re->flags = swap_uint16(re->flags);
132 re->top_bracket = swap_uint16(re->top_bracket);
133 re->top_backref = swap_uint16(re->top_backref);
134 re->first_char = swap_uint16(re->first_char);
135 re->req_char = swap_uint16(re->req_char);
136 re->name_table_offset = swap_uint16(re->name_table_offset);
137 re->name_entry_size = swap_uint16(re->name_entry_size);
138 re->name_count = swap_uint16(r
[all...]
H A Dpcretest.c1817 swap_uint16(pcre_uint16 value) function
1854 re->flags = swap_uint16(re->flags);
1855 re->top_bracket = swap_uint16(re->top_bracket);
1856 re->top_backref = swap_uint16(re->top_backref);
1857 re->first_char = swap_uint16(re->first_char);
1858 re->req_char = swap_uint16(re->req_char);
1859 re->name_table_offset = swap_uint16(re->name_table_offset);
1860 re->name_entry_size = swap_uint16(re->name_entry_size);
1861 re->name_count = swap_uint16(re->name_count);
1882 *ptr = swap_uint16(*pt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_byte_order.c76 swap_uint16(pcre_uint16 value) function
126 if ((swap_uint16(re->flags) & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE;
131 re->flags = swap_uint16(re->flags);
132 re->top_bracket = swap_uint16(re->top_bracket);
133 re->top_backref = swap_uint16(re->top_backref);
134 re->first_char = swap_uint16(re->first_char);
135 re->req_char = swap_uint16(re->req_char);
136 re->name_table_offset = swap_uint16(re->name_table_offset);
137 re->name_entry_size = swap_uint16(re->name_entry_size);
138 re->name_count = swap_uint16(r
[all...]
H A Dpcretest.c1817 swap_uint16(pcre_uint16 value) function
1854 re->flags = swap_uint16(re->flags);
1855 re->top_bracket = swap_uint16(re->top_bracket);
1856 re->top_backref = swap_uint16(re->top_backref);
1857 re->first_char = swap_uint16(re->first_char);
1858 re->req_char = swap_uint16(re->req_char);
1859 re->name_table_offset = swap_uint16(re->name_table_offset);
1860 re->name_entry_size = swap_uint16(re->name_entry_size);
1861 re->name_count = swap_uint16(re->name_count);
1882 *ptr = swap_uint16(*pt
[all...]

Completed in 165 milliseconds