Searched defs:endptr (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_newline.c68 endptr pointer to the end of the string
76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, argument
95 case CHAR_CR: *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1;
112 *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1;
H A Dpcre_exec.c210 PCRE_PUCHAR endptr = p + length; local
211 while (p < endptr)
H A Dpcre_compile.c3863 endptr where to return the end pointer
3869 check_posix_syntax(const pcre_uchar *ptr, const pcre_uchar **endptr) argument
3882 *endptr = ptr;
3888 check_posix_syntax(ptr, endptr))

Completed in 62 milliseconds