Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c47 HashPosition pos_values; in mysqlnd_minfo_print_hash() local
49 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
50 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash()
55 …ash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); in mysqlnd_minfo_print_hash()
60 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
H A Dmysqlnd_debug.c443 HashPosition pos_values; in MYSQLND_METHOD() local
447 zend_hash_internal_pointer_reset_ex(&self->function_profiles, &pos_values); in MYSQLND_METHOD()
448 …while (zend_hash_get_current_data_ex(&self->function_profiles, (void **) &f_profile, &pos_values) … in MYSQLND_METHOD()
453 …t_current_key_ex(&self->function_profiles, &string_key, &string_key_len, &num_key, 0, &pos_values); in MYSQLND_METHOD()
476 zend_hash_move_forward_ex(&self->function_profiles, &pos_values); in MYSQLND_METHOD()
/PHP-5.5/ext/standard/
H A Darray.c4516 HashPosition pos_values, pos_keys; in PHP_FUNCTION() local
4539 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION()
4541 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&entry_values, &pos_values) == SUCCESS in PHP_FUNCTION()
4565 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION()

Completed in 23 milliseconds