func_len 415 sapi/phpdbg/phpdbg_bp.c size_t func_len = strlen(func_name); func_len 423 sapi/phpdbg/phpdbg_bp.c func_lcname = zend_str_tolower_dup(func_name, func_len); func_len 431 sapi/phpdbg/phpdbg_bp.c if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { func_len 439 sapi/phpdbg/phpdbg_bp.c new_break.func_name = estrndup(func_name, func_len); func_len 440 sapi/phpdbg/phpdbg_bp.c new_break.func_len = func_len; func_len 442 sapi/phpdbg/phpdbg_bp.c zend_hash_str_update_mem(class_table, func_lcname, func_len, &new_break, sizeof(phpdbg_breakmethod_t)); func_len 589 sapi/phpdbg/phpdbg_bp.c if (!(func = zend_hash_str_find_ptr(func_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), new_break->func_len))) { func_len 622 sapi/phpdbg/phpdbg_bp.c new_break.func_len = strlen(method); func_len 623 sapi/phpdbg/phpdbg_bp.c new_break.func_name = estrndup(method, new_break.func_len); func_len 647 sapi/phpdbg/phpdbg_bp.c if (!(method_table = zend_hash_str_find_ptr(class_table, new_break.func_name, new_break.func_len))) { func_len 649 sapi/phpdbg/phpdbg_bp.c method_table = zend_hash_str_update_mem(class_table, new_break.func_name, new_break.func_len, &method_breaks, sizeof(HashTable)); func_len 674 sapi/phpdbg/phpdbg_bp.c new_break.func_len = strlen(function); func_len 675 sapi/phpdbg/phpdbg_bp.c new_break.func_name = estrndup(function, new_break.func_len); func_len 694 sapi/phpdbg/phpdbg_bp.c if (!(func_table = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len))) { func_len 696 sapi/phpdbg/phpdbg_bp.c func_table = zend_hash_str_update_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], new_break.func_name, new_break.func_len, &func_breaks, sizeof(HashTable)); func_len 720 sapi/phpdbg/phpdbg_bp.c new_break.func_len = 0; func_len 76 sapi/phpdbg/phpdbg_bp.h size_t func_len; func_len 84 sapi/phpdbg/phpdbg_bp.h size_t func_len;