breaks            240 sapi/phpdbg/phpdbg_bp.c 				HashTable breaks;
breaks            242 sapi/phpdbg/phpdbg_bp.c 				zend_hash_init(&breaks, 8, NULL, phpdbg_file_breaks_dtor, 0);
breaks            245 sapi/phpdbg/phpdbg_bp.c 					path, path_len, &breaks, sizeof(HashTable),
breaks            794 sapi/phpdbg/phpdbg_bp.c 	HashTable *breaks;
breaks            799 sapi/phpdbg/phpdbg_bp.c 		name_len, (void**)&breaks) == FAILURE) {
breaks            803 sapi/phpdbg/phpdbg_bp.c 	if (zend_hash_index_find(breaks, (*EG(opline_ptr))->lineno, (void**)&brake) == SUCCESS) {
breaks             41 sapi/phpdbg/phpdbg_set.c 	PHPDBG_SET_COMMAND_D(breaks,       "usage: set breaks [<on|off>]",            'B', set_breaks,       NULL, "|b"),
breaks             84 sapi/phpdbg/phpdbg_set.c PHPDBG_SET(breaks) /* {{{ */
breaks             35 sapi/phpdbg/phpdbg_set.h PHPDBG_SET(breaks);