Searched refs:check_escape (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 995 check_escape(const pcre_uchar **ptrptr, pcre_uint32 *chptr, int *errorcodeptr, in check_escape() function 5045 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, in compile_branch() 5253 descape = check_escape(&ptr, &d, errorcodeptr, cd->bracount, options, TRUE); in compile_branch() 7688 escape = check_escape(&ptr, &ec, errorcodeptr, cd->bracount, options, FALSE); in compile_branch()
|