Lines Matching defs:cd
911 expand_workspace(compile_data *cd) in expand_workspace()
1717 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, in find_fixedlength()
2378 BOOL utf, compile_data *cd, recurse_check *recurses) in could_be_empty_branch()
2753 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty()
3101 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, in compare_opcodes()
3640 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) in auto_possessify()
4005 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse()
4060 auto_callout(pcre_uchar *code, const pcre_uchar *ptr, compile_data *cd) in auto_callout()
4088 complete_callout(pcre_uchar *previous_callout, const pcre_uchar *ptr, compile_data *cd) in complete_callout()
4186 compile_data *cd, pcre_uint32 start, pcre_uint32 end) in add_to_class()
4350 compile_data *cd, const pcre_uint32 *p, unsigned int except) in add_list_to_class()
4388 int options, compile_data *cd, const pcre_uint32 *p) in add_not_list_to_class()
4441 compile_data *cd, int *lengthptr) in compile_branch()
8122 branch_chain *bcptr, compile_data *cd, int *lengthptr) in compile_regex()
8472 compile_data *cd, int atomcount) in is_anchored()
8562 compile_data *cd, int atomcount) in is_startline()
8773 add_name(compile_data *cd, const pcre_uchar *name, int length, in add_name()
8886 compile_data *cd = &compile_block; in pcre_compile2() local