Searched refs:replace_str (Results 1 – 4 of 4) sorted by relevance
467 if (flags()->replace_str) { in INTERCEPTOR()495 if (flags()->replace_str) { in DEFINE_REAL()516 if (flags()->replace_str) { in INTERCEPTOR()543 if (flags()->replace_str) { in INTERCEPTOR()559 if (flags()->replace_str) { in INTERCEPTOR()580 if (flags()->replace_str) { in INTERCEPTOR()601 if (flags()->replace_str) { in INTERCEPTOR()616 if (flags()->replace_str) { in INTERCEPTOR()628 if (!flags()->replace_str) { in INTERCEPTOR()644 if (!flags()->replace_str) { in INTERCEPTOR()[all …]
42 bool, replace_str, true,
16 const char * replace_str) in test_rc_inst_can_use_presub() argument23 init_rc_normal_instruction(&replace_inst, replace_str); in test_rc_inst_can_use_presub()
358 def make_regexp_translator(cls, search_re, replace_str): argument364 return re.sub(search_re, replace_str, query)