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

/external/pcre/
H A Dpcre_compile.c6557 is_anchored(register const uschar *code, int *options, unsigned int bracket_map, function
6569 if (!is_anchored(scode, options, bracket_map, backref_map)) return FALSE;
6578 if (!is_anchored(scode, options, new_map, backref_map)) return FALSE;
6585 if (!is_anchored(scode, options, bracket_map, backref_map)) return FALSE;
6618 the beginning or after \n). As in the case of is_anchored() (see above), we
7225 if (is_anchored(codestart, &temp_options, 0, cd->backref_map))

Completed in 60 milliseconds