Lines Matching refs:PHPDBG_BREAK_SYM
143 case PHPDBG_BREAK_SYM: { in phpdbg_export_breakpoints()
277 if (!zend_hash_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol()
282 PHPDBG_BREAK_INIT(new_break, PHPDBG_BREAK_SYM); in phpdbg_set_breakpoint_symbol()
285 zend_hash_update(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], new_break.symbol, in phpdbg_set_breakpoint_symbol()
291 PHPDBG_BREAK_MAPPING(new_break.id, &PHPDBG_G(bp)[PHPDBG_BREAK_SYM]); in phpdbg_set_breakpoint_symbol()
833 …if (zend_hash_find(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], fname, strlen(fname), (void**)&brake) == SUCCE… in phpdbg_find_breakpoint_symbol()
1162 zend_hash_clean(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM]);
1200 case PHPDBG_BREAK_SYM: {
1355 case PHPDBG_BREAK_SYM: if ((PHPDBG_G(flags) & PHPDBG_HAS_SYM_BP)) {
1361 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], &position);
1362 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], (void**) &brake, &position) == SUCC…
1363 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], &position)) {