fileht 292 sapi/phpdbg/phpdbg_bp.c HashTable *fileht; fileht 296 sapi/phpdbg/phpdbg_bp.c if (!(pending = ((fileht = phpdbg_resolve_pending_file_break_ex(ZSTR_VAL(file), ZSTR_LEN(file), path_str, broken)) == NULL))) { fileht 297 sapi/phpdbg/phpdbg_bp.c new_break = *(phpdbg_breakfile_t *) zend_hash_index_find_ptr(fileht, line_num); fileht 319 sapi/phpdbg/phpdbg_bp.c PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_string *cur, HashTable *fileht) /* {{{ */ fileht 341 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_PTR(fileht, brake) { fileht 367 sapi/phpdbg/phpdbg_bp.c HashTable *fileht; fileht 373 sapi/phpdbg/phpdbg_bp.c ZEND_HASH_FOREACH_STR_KEY_PTR(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_PENDING], cur, fileht) { fileht 376 sapi/phpdbg/phpdbg_bp.c phpdbg_resolve_pending_file_break_ex(file, filelen, cur, fileht); fileht 124 sapi/phpdbg/phpdbg_bp.h PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_string *cur, HashTable *fileht);