Home
last modified time | relevance | path

Searched refs:IN_UCHARS (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_get.c357 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_copy_substring()
465 size += sizeof(pcre_uchar *) + IN_UCHARS(1); in pcre_get_substring_list()
466 if (ovector[i+1] > ovector[i]) size += IN_UCHARS(ovector[i+1] - ovector[i]); in pcre_get_substring_list()
484 memcpy(p, subject + ovector[i], IN_UCHARS(len)); in pcre_get_substring_list()
569 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()
571 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_get_substring()
H A Dpcre_jit_compile.c3166 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(2)); in do_utfreadchar()
3180 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(3)); in do_utfreadchar()
3191 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(4)); in do_utfreadchar()
4366 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
4376 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
4377 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
4768 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(1)); in search_requested_char()
5183 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(1)); in do_casefulcmp()
5346 context->length -= IN_UCHARS(1); in byte_sequence_compare()
6467 context.length = IN_UCHARS(length); in compile_char1_matchingpath()
[all …]
H A Dpcre_compile.c932 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()
5623 IN_UCHARS(class_uchardata - code)); in compile_branch()
5939 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5964 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5994 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
6113 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
6200 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6278 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6725 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
8551 IN_UCHARS(code - start_bracket)); in compile_regex()
[all …]
H A Dpcre_internal.h264 #define IN_UCHARS(x) (x) macro
278 #define IN_UCHARS(x) ((x) * 2) macro
286 #define IN_UCHARS(x) ((x) * 4) macro
H A Dpcre_exec.c3426 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; in match()
3430 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3449 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; in match()
3453 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()
3470 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length; in match()
3474 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength; in match()

Completed in 83 milliseconds