esc_match         962 ext/pcre/php_pcre.c 				*esc_match,			/* Quote-escaped match */
esc_match         995 ext/pcre/php_pcre.c 						esc_match = php_addslashes(match, match_len, &esc_match_len, 0 TSRMLS_CC);
esc_match         997 ext/pcre/php_pcre.c 						esc_match = match;
esc_match        1001 ext/pcre/php_pcre.c 					esc_match = "";
esc_match        1004 ext/pcre/php_pcre.c 				smart_str_appendl(&code, esc_match, esc_match_len);
esc_match        1010 ext/pcre/php_pcre.c 					efree(esc_match);