HomeSort by relevance Sort by last modified time
    Searched full:swap_uint32 (Results 1 - 3 of 3) sorted by null

  /external/pcre/dist/
pcre_byte_order.c 67 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(study->size)
    [all...]
pcre32_utf32_utils.c 56 swap_uint32(pcre_uint32 value) function
127 *optr++ = host_bo ? c : swap_uint32(c);
pcretest.c 2462 swap_uint32(pcre_uint32 value) function
    [all...]

Completed in 109 milliseconds