Lines Matching refs:position

96 		HashPosition position[2];  in phpdbg_reset_breakpoints()  local
99 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0]); in phpdbg_reset_breakpoints()
100 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (void**)&table, &position[0]) == SU… in phpdbg_reset_breakpoints()
101 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0])) { in phpdbg_reset_breakpoints()
104 for (zend_hash_internal_pointer_reset_ex((*table), &position[1]); in phpdbg_reset_breakpoints()
105 zend_hash_get_current_data_ex((*table), (void**)&brake, &position[1]) == SUCCESS; in phpdbg_reset_breakpoints()
106 zend_hash_move_forward_ex((*table), &position[1])) { in phpdbg_reset_breakpoints()
115 HashPosition position[2]; in phpdbg_export_breakpoints() local
124 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0]); in phpdbg_export_breakpoints()
125 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], (void**)&table, &position[0]) == SU… in phpdbg_export_breakpoints()
126 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], &position[0])) { in phpdbg_export_breakpoints()
129 zend_hash_get_current_key_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP], NULL, NULL, &id, 0, &position[0]); in phpdbg_export_breakpoints()
131 for (zend_hash_internal_pointer_reset_ex((*table), &position[1]); in phpdbg_export_breakpoints()
132 zend_hash_get_current_data_ex((*table), (void**)&brake, &position[1]) == SUCCESS; in phpdbg_export_breakpoints()
133 zend_hash_move_forward_ex((*table), &position[1])) { in phpdbg_export_breakpoints()
401 HashPosition position; in phpdbg_resolve_op_array_breaks() local
417 for (zend_hash_internal_pointer_reset_ex(oplines_table, &position); in phpdbg_resolve_op_array_breaks()
418 zend_hash_get_current_data_ex(oplines_table, (void**) &brake, &position) == SUCCESS; in phpdbg_resolve_op_array_breaks()
419 zend_hash_move_forward_ex(oplines_table, &position)) { in phpdbg_resolve_op_array_breaks()
967 HashPosition position; local
970 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position);
971 … zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], (void*)&bp, &position) == SUCCESS;
972 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) {
1091 HashPosition position; local
1094 if ((brake = phpdbg_find_breakbase_ex(num, &table, &position TSRMLS_CC))) {
1132 (*table), &key, &klen, &idx, 0, &position)) {
1330 HashPosition position; local
1332 return phpdbg_find_breakbase_ex(id, &table, &position TSRMLS_CC);
1335 …pdbg_find_breakbase_ex(zend_ulong id, HashTable ***table, HashPosition *position TSRMLS_DC) /* {{{…
1340 for (zend_hash_internal_pointer_reset_ex((**table), position);
1341 zend_hash_get_current_data_ex((**table), (void**)&brake, position) == SUCCESS;
1342 zend_hash_move_forward_ex((**table), position)) {
1356 HashPosition position; local
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)) {
1371 HashPosition position[2]; local
1379 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], &position[0]);
1380 …urrent_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], (void**) &class_table, &position[0]) == SUCCESS;
1381 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD], &position[0])) {
1384 &class_name, &class_len, &class_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
1387 for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
1388 zend_hash_get_current_data_ex(class_table, (void**)&brake, &position[1]) == SUCCESS;
1389 zend_hash_move_forward_ex(class_table, &position[1])) {
1400 HashPosition position[2]; local
1405 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0]);
1406 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], (void**) &points, &position[0]) ==…
1407 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], &position[0])) {
1410 for (zend_hash_internal_pointer_reset_ex(points, &position[1]);
1411 zend_hash_get_current_data_ex(points, (void**)&brake, &position[1]) == SUCCESS;
1412 zend_hash_move_forward_ex(points, &position[1])) {
1422 HashPosition position; local
1427 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], &position);
1428 …ash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], (void**) &brake, &position) == SUCCESS;
1429 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPLINE], &position)) {
1450 HashPosition position[3]; local
1458 … for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], &position[0]);
1459 …data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], (void**) &class_table, &position[0]) == SUCCESS;
1460 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD_OPLINE], &position[0])) {
1463 &class_name, &class_len, &class_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
1465 for (zend_hash_internal_pointer_reset_ex(class_table, &position[1]);
1466 … zend_hash_get_current_data_ex(class_table, (void**) &method_table, &position[1]) == SUCCESS;
1467 zend_hash_move_forward_ex(class_table, &position[1])) {
1470 &method_name, &method_len, &method_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
1474 for (zend_hash_internal_pointer_reset_ex(method_table, &position[2]);
1475 zend_hash_get_current_data_ex(method_table, (void**)&brake, &position[2]) == SUCCESS;
1476 zend_hash_move_forward_ex(method_table, &position[2])) {
1489 HashPosition position[2]; local
1497 …for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0]…
1498 …ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], (void**) &function_table, &position[0]) == SUCCESS;
1499 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FUNCTION_OPLINE], &position[0])) {
1502 &function_name, &function_len, &function_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
1506 for (zend_hash_internal_pointer_reset_ex(function_table, &position[1]);
1507 zend_hash_get_current_data_ex(function_table, (void**)&brake, &position[1]) == SUCCESS;
1508 zend_hash_move_forward_ex(function_table, &position[1])) {
1519 HashPosition position[2]; local
1527 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], &position[0]);
1528 …nt_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], (void**) &file_table, &position[0]) == SUCCESS;
1529 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE_OPLINE], &position[0])) {
1532 &file_name, &file_len, &file_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {
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;
1538 zend_hash_move_forward_ex(file_table, &position[1])) {
1548 HashPosition position; local
1553 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position);
1554 …zend_hash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], (void**) &brake, &position) == SUC…
1555 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], &position)) {
1624 HashPosition position; local
1629 for (zend_hash_internal_pointer_reset_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], &position);
1630 …ash_get_current_data_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], (void**) &brake, &position) == SUCCESS;
1631 zend_hash_move_forward_ex(&PHPDBG_G(bp)[PHPDBG_BREAK_OPCODE], &position)) {