Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dphp_mysqlnd.c44 HashPosition pos_values; in mysqlnd_minfo_print_hash() local
46 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
48 (void **)&values_entry, &pos_values) == SUCCESS) { in mysqlnd_minfo_print_hash()
56 …ash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); in mysqlnd_minfo_print_hash()
68 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
75 HashPosition pos_values; in mysqlnd_minfo_print_hash() local
77 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
78 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
83 …ash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); in mysqlnd_minfo_print_hash()
88 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
H A Dmysqlnd_debug.c482 HashPosition pos_values; in MYSQLND_METHOD() local
486 zend_hash_internal_pointer_reset_ex(&self->function_profiles, &pos_values); in MYSQLND_METHOD()
487 …while (zend_hash_get_current_data_ex(&self->function_profiles, (void **) &f_profile, &pos_values) … in MYSQLND_METHOD()
492 …t_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values); in MYSQLND_METHOD()
515 zend_hash_move_forward_ex(&self->function_profiles, &pos_values); in MYSQLND_METHOD()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1215 HashPosition pos_values; in php_mysqli_fetch_into_hash() local
1226 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(new_return_value), &pos_values); in php_mysqli_fetch_into_hash()
1227 …_get_current_data_ex(Z_ARRVAL(new_return_value), (void **)&entry_values, &pos_values) == SUCCESS) { in php_mysqli_fetch_into_hash()
1231 …rrent_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values)) { in php_mysqli_fetch_into_hash()
1241 …rrent_key_ex(Z_ARRVAL(new_return_value), &string_key, &string_key_len, &num_key, 0, &pos_values)) { in php_mysqli_fetch_into_hash()
1250 zend_hash_move_forward_ex(Z_ARRVAL(new_return_value), &pos_values); in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/standard/
H A Darray.c4471 HashPosition pos_values, pos_keys; in PHP_FUNCTION() local
4495 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION()
4497 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&entry_values, &pos_values) == SUCCESS in PHP_FUNCTION()
4521 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION()

Completed in 30 milliseconds