func_len          301 sapi/phpdbg/phpdbg_bp.c 	size_t func_len = strlen(func_name);
func_len          302 sapi/phpdbg/phpdbg_bp.c 	char *lcname = zend_str_tolower_dup(func_name, func_len);
func_len          313 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_exists(class_table, lcname, func_len)) {
func_len          321 sapi/phpdbg/phpdbg_bp.c 		new_break.func_name = estrndup(func_name, func_len);
func_len          322 sapi/phpdbg/phpdbg_bp.c 		new_break.func_len = func_len;
func_len          324 sapi/phpdbg/phpdbg_bp.c 		zend_hash_update(class_table, lcname, func_len,
func_len          475 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_find(func_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), new_break->func_len + 1, (void **)&func) == FAILURE) {
func_len          506 sapi/phpdbg/phpdbg_bp.c 	new_break.func_len = strlen(method);
func_len          507 sapi/phpdbg/phpdbg_bp.c 	new_break.func_name = estrndup(method, new_break.func_len);
func_len          535 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_find(class_table, new_break.func_name, new_break.func_len, (void **)&method_table) == FAILURE) {
func_len          540 sapi/phpdbg/phpdbg_bp.c 			new_break.func_len,
func_len          565 sapi/phpdbg/phpdbg_bp.c 	new_break.func_len = strlen(function);
func_len          566 sapi/phpdbg/phpdbg_bp.c 	new_break.func_name = estrndup(function, new_break.func_len);
func_len          585 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, (void **)&func_table) == FAILURE) {
func_len          590 sapi/phpdbg/phpdbg_bp.c 			new_break.func_len,
func_len          614 sapi/phpdbg/phpdbg_bp.c 	new_break.func_len = 0;
func_len           62 sapi/phpdbg/phpdbg_bp.h 	size_t      func_len;
func_len           70 sapi/phpdbg/phpdbg_bp.h 	size_t      func_len;