Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c611 HashTable file_breaks, *file_table; in phpdbg_set_breakpoint_file_opline() local
634 …_BREAK_FILE_OPLINE], new_break.class_name, new_break.class_len, (void **)&file_table) == FAILURE) { in phpdbg_set_breakpoint_file_opline()
640 (void **)&file_breaks, sizeof(HashTable), (void **)&file_table); in phpdbg_set_breakpoint_file_opline()
643 if (zend_hash_index_exists(file_table, opline)) { in phpdbg_set_breakpoint_file_opline()
650 PHPDBG_BREAK_MAPPING(new_break.id, file_table); in phpdbg_set_breakpoint_file_opline()
654 zend_hash_index_update(file_table, opline, &new_break, sizeof(phpdbg_breakopline_t), NULL); in phpdbg_set_breakpoint_file_opline()
1520 HashTable *file_table; local
1528 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], (void**) &file_table, &posi…
1536 for (zend_hash_internal_pointer_reset_ex(file_table, &position[1]);
1537 zend_hash_get_current_data_ex(file_table, (void**)&brake, &position[1]) == SUCCESS;
[all …]

Completed in 8 milliseconds