Searched refs:pos_values (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 47 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() 51 (void **)&values_entry, &pos_values) == SUCCESS) { in mysqlnd_minfo_print_hash() 59 …ash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); in mysqlnd_minfo_print_hash() 71 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash() 78 HashPosition pos_values; in mysqlnd_minfo_print_hash() local 80 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash() 81 …while (zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&values_entry, &pos_values) == S… in mysqlnd_minfo_print_hash() 86 …ash_get_current_key_ex(Z_ARRVAL_P(values), &string_key, &string_key_len, &num_key, 0, &pos_values); in mysqlnd_minfo_print_hash() 91 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in mysqlnd_minfo_print_hash()
|
H A D | mysqlnd_debug.c | 443 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.4/ext/standard/ |
H A D | array.c | 4471 HashPosition pos_values, pos_keys; in PHP_FUNCTION() local 4494 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION() 4496 zend_hash_get_current_data_ex(Z_ARRVAL_P(values), (void **)&entry_values, &pos_values) == SUCCESS in PHP_FUNCTION() 4520 zend_hash_move_forward_ex(Z_ARRVAL_P(values), &pos_values); in PHP_FUNCTION()
|
Completed in 19 milliseconds