master 331 sapi/phpdbg/phpdbg_bp.c HashTable *master; master 335 sapi/phpdbg/phpdbg_bp.c if (!(master = zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen))) { master 338 sapi/phpdbg/phpdbg_bp.c master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(HashTable)); master 346 sapi/phpdbg/phpdbg_bp.c if (zend_hash_index_add_mem(master, brake->line, &new_brake, sizeof(phpdbg_breakfile_t))) { master 347 sapi/phpdbg/phpdbg_bp.c PHPDBG_BREAK_MAPPING(brake->id, master); master 359 sapi/phpdbg/phpdbg_bp.c return master;