PHPDBG_BREAK_FUNCTION_OPLINE  153 sapi/phpdbg/phpdbg.c 	zend_hash_init(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], 8, NULL, php_phpdbg_destroy_bp_methods, 0);
PHPDBG_BREAK_FUNCTION_OPLINE  172 sapi/phpdbg/phpdbg.c 	zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
PHPDBG_BREAK_FUNCTION_OPLINE  328 sapi/phpdbg/phpdbg.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
PHPDBG_BREAK_FUNCTION_OPLINE  164 sapi/phpdbg/phpdbg_bp.c 						case PHPDBG_BREAK_FUNCTION_OPLINE: {
PHPDBG_BREAK_FUNCTION_OPLINE  385 sapi/phpdbg/phpdbg_bp.c 		opline_break.type = PHPDBG_BREAK_FUNCTION_OPLINE;
PHPDBG_BREAK_FUNCTION_OPLINE  399 sapi/phpdbg/phpdbg_bp.c 	HashTable *func_table = &PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE];
PHPDBG_BREAK_FUNCTION_OPLINE  564 sapi/phpdbg/phpdbg_bp.c 	PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_FUNCTION_OPLINE);
PHPDBG_BREAK_FUNCTION_OPLINE  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) {
PHPDBG_BREAK_FUNCTION_OPLINE  588 sapi/phpdbg/phpdbg_bp.c 			&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE],
PHPDBG_BREAK_FUNCTION_OPLINE 1122 sapi/phpdbg/phpdbg_bp.c 			case PHPDBG_BREAK_FUNCTION_OPLINE:
PHPDBG_BREAK_FUNCTION_OPLINE 1164 sapi/phpdbg/phpdbg_bp.c 	zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]);
PHPDBG_BREAK_FUNCTION_OPLINE 1228 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_FUNCTION_OPLINE: {
PHPDBG_BREAK_FUNCTION_OPLINE 1431 sapi/phpdbg/phpdbg_bp.c 					case PHPDBG_BREAK_FUNCTION_OPLINE:
PHPDBG_BREAK_FUNCTION_OPLINE 1435 sapi/phpdbg/phpdbg_bp.c 								brake->type == PHPDBG_BREAK_FUNCTION_OPLINE?"function":
PHPDBG_BREAK_FUNCTION_OPLINE 1487 sapi/phpdbg/phpdbg_bp.c 		case PHPDBG_BREAK_FUNCTION_OPLINE: if ((PHPDBG_G(flags) & PHPDBG_HAS_FUNCTION_OPLINE_BP)) {
PHPDBG_BREAK_FUNCTION_OPLINE 1496 sapi/phpdbg/phpdbg_bp.c 			for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0]);
PHPDBG_BREAK_FUNCTION_OPLINE 1497 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], (void**) &function_table, &position[0]) == SUCCESS;
PHPDBG_BREAK_FUNCTION_OPLINE 1498 sapi/phpdbg/phpdbg_bp.c 			     zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0])) {
PHPDBG_BREAK_FUNCTION_OPLINE 1500 sapi/phpdbg/phpdbg_bp.c 				if (zend_hash_get_current_key_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE],
PHPDBG_BREAK_FUNCTION_OPLINE   52 sapi/phpdbg/phpdbg_info.c 	phpdbg_print_breakpoints(PHPDBG_BREAK_FUNCTION_OPLINE TSRMLS_CC);
PHPDBG_BREAK_FUNCTION_OPLINE  944 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Function oplines\t\t\t%d", zend_hash_num_elements(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE]));