Home
last modified time | relevance | path

Searched refs:func_len (Results 1 – 2 of 2) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_bp.h74 size_t func_len; member
82 size_t func_len; member
H A Dphpdbg_bp.c439 size_t func_len = strlen(func_name); in phpdbg_set_breakpoint_method() local
447 func_lcname = zend_str_tolower_dup(func_name, func_len); in phpdbg_set_breakpoint_method()
455 if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { in phpdbg_set_breakpoint_method()
463 new_break.func_name = estrndup(func_name, func_len); in phpdbg_set_breakpoint_method()
464 new_break.func_len = func_len; in phpdbg_set_breakpoint_method()
613 …nc_table, zend_str_tolower_dup(new_break->func_name, new_break->func_len), new_break->func_len))) { in phpdbg_resolve_opline_break()
646 new_break.func_len = strlen(method); in phpdbg_set_breakpoint_method_opline()
647 new_break.func_name = estrndup(method, new_break.func_len); in phpdbg_set_breakpoint_method_opline()
698 new_break.func_len = strlen(function); in phpdbg_set_breakpoint_function_opline()
699 new_break.func_name = estrndup(function, new_break.func_len); in phpdbg_set_breakpoint_function_opline()
[all …]

Completed in 11 milliseconds