Lines Matching refs:position
284 HashPosition position; in PHPDBG_INFO() local
290 for (zend_hash_internal_pointer_reset_ex(EG(class_table), &position); in PHPDBG_INFO()
291 zend_hash_get_current_data_ex(EG(class_table), (void**)&ce, &position) == SUCCESS; in PHPDBG_INFO()
292 zend_hash_move_forward_ex(EG(class_table), &position)) { in PHPDBG_INFO()
303 for (zend_hash_internal_pointer_reset_ex(&classes, &position); in PHPDBG_INFO()
304 zend_hash_get_current_data_ex(&classes, (void**)&ce, &position) == SUCCESS; in PHPDBG_INFO()
305 zend_hash_move_forward_ex(&classes, &position)) { in PHPDBG_INFO()
337 HashPosition position; in PHPDBG_INFO() local
343 for (zend_hash_internal_pointer_reset_ex(EG(function_table), &position); in PHPDBG_INFO()
344 zend_hash_get_current_data_ex(EG(function_table), (void**)&zf, &position) == SUCCESS; in PHPDBG_INFO()
345 zend_hash_move_forward_ex(EG(function_table), &position)) { in PHPDBG_INFO()
356 for (zend_hash_internal_pointer_reset_ex(&functions, &position); in PHPDBG_INFO()
357 zend_hash_get_current_data_ex(&functions, (void**)&pzf, &position) == SUCCESS; in PHPDBG_INFO()
358 zend_hash_move_forward_ex(&functions, &position)) { in PHPDBG_INFO()