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

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

Completed in 86 milliseconds