Searched refs:pg_rows (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 507 zval *pg_rows; local 517 &table_name, &table_name_len, &pg_rows, 522 if (!zend_hash_num_elements(Z_ARRVAL_P(pg_rows))) { 560 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(pg_rows), &pos); 561 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 580 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
|
| /PHP_5_3/ext/pgsql/ |
| H A D | pgsql.c | 3884 zval *pgsql_link = NULL, *pg_rows; local 3898 &pgsql_link, &table_name, &table_name_len, &pg_rows, 3934 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(pg_rows), &pos); 3936 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 3949 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos); 3956 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 3969 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
|
Completed in 12 milliseconds