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

/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
460 size += sizeof(pcre_uchar *) + IN_UCHARS(ovector[i+1] - ovector[i] + 1);
477 memcpy(p, subject + ovector[i], IN_UCHARS(len));
562 substring = (pcre_uchar *)(PUBL(malloc))(IN_UCHARS(yield + 1));
564 memcpy(substring, subject + ovector[stringnumber], IN_UCHARS(yield));
H A Dpcre_jit_compile.c962 if (next_end - next != length || memcmp(begin, next, IN_UCHARS(length)) != 0)
981 if (next_end - next != (length + 2 + LINK_SIZE) || memcmp(begin, next + 2 + LINK_SIZE, IN_UCHARS(length)) != 0)
990 if (next_end - next == (length + 1) && memcmp(begin, next + 1, IN_UCHARS(length)) == 0)
2126 OP2(SLJIT_SUB, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), SLJIT_OFFSETOF(jit_arguments, begin), SLJIT_IMM, IN_UCHARS(1));
2543 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1));
2558 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(0));
2598 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1));
2631 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(0));
2632 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(1));
2645 OP1(MOV_UCHAR, TMP1, 0, SLJIT_MEM1(STR_PTR), IN_UCHARS(
[all...]
H A Dpcre_compile.c925 newspace = (PUBL(malloc))(IN_UCHARS(newsize));
4560 memmove(orig_code, previous, IN_UCHARS(code - previous));
5464 IN_UCHARS(class_uchardata - code));
5604 memmove(previous + 1 + LINK_SIZE, previous, IN_UCHARS(1 + LINK_SIZE));
5654 memcpy(utf_chars, lastchar, IN_UCHARS(c)); /* Save the char */
5759 memcpy(code, utf_chars, IN_UCHARS(c & 7));
5784 memcpy(code, utf_chars, IN_UCHARS(c & 7));
5814 memcpy(code, utf_chars, IN_UCHARS(c & 7));
5932 memmove(previous + 1, previous, IN_UCHARS(len));
5956 memmove(previous + 2 + LINK_SIZE, previous, IN_UCHARS(le
[all...]
H A Dpcre_internal.h250 The IN_UCHARS macro multiply its argument with the byte size of the current
264 #define IN_UCHARS(x) (x) macro
278 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) macro
286 #define IN_UCHARS(x) ((x) << UCHAR_SHIFT) macro
H A Dpcre_exec.c3419 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
3423 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
3442 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
3446 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;
3463 memcmp(eptr, charptr, IN_UCHARS(length)) == 0) eptr += length;
3467 memcmp(eptr, occhars, IN_UCHARS(oclength)) == 0) eptr += oclength;

Completed in 975 milliseconds