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