Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_get.c353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_copy_substring()
460 size += sizeof(pcre_uchar *) + IN_UCHARS(ovector[i+1] - ovector[i] + 1); in pcre_get_substring_list()
477 memcpy(p, subject + ovector[i], IN_UCHARS(len)); in pcre_get_substring_list()
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1)); in pcre_get_substring()
564 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield)); in pcre_get_substring()
H A Dpcre_jit_compile.c2951 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(2)); in do_utfreadchar()
2965 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(3)); in do_utfreadchar()
2976 OP1(SLJIT_MOV, TMP2, 0, SLJIT_IMM, IN_UCHARS(4)); in do_utfreadchar()
3642 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
3652 if (update_table[*byte_set] > IN_UCHARS(i)) in fast_forward_first_n_chars()
3653 update_table[*byte_set] = IN_UCHARS(i); in fast_forward_first_n_chars()
4092 OP2(SLJIT_ADD, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(1)); in search_requested_char()
4506 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, IN_UCHARS(1)); in do_casefulcmp()
4669 context->length -= IN_UCHARS(1); in byte_sequence_compare()
5676 context.length = IN_UCHARS(length); in compile_char1_matchingpath()
[all …]
H A Dpcre_compile.c931 newspace = (PUBL(malloc))(IN_UCHARS(newsize)); in expand_workspace()
5556 IN_UCHARS(class_uchardata - code)); in compile_branch()
5857 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5882 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
5912 memcpy(code, utf_chars, IN_UCHARS(c & 7)); in compile_branch()
6031 memmove(previous + 1, previous, IN_UCHARS(len)); in compile_branch()
6118 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6196 memcpy(code, previous, IN_UCHARS(len)); in compile_branch()
6645 memcpy(code, arg, IN_UCHARS(arglen)); in compile_branch()
8489 IN_UCHARS(code - start_bracket)); in compile_regex()
[all …]
H A Dpcre_internal.h268 #define IN_UCHARS(x) (x) macro
282 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) macro
290 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) 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 119 milliseconds