Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c8596 find_firstassertedchar(const pcre_uchar *code, pcre_int32 *flags, in find_firstassertedchar() function
8626 d = find_firstassertedchar(scode, &dflags, op == OP_ASSERT); in find_firstassertedchar()
9368 firstchar = find_firstassertedchar(codestart, &firstcharflags, FALSE); in pcre_compile2()