Searched refs:pg_rows (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_driver.c | 516 zval *pg_rows; local 526 &table_name, &table_name_len, &pg_rows, 531 if (!zend_hash_num_elements(Z_ARRVAL_P(pg_rows))) { 569 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(pg_rows), &pos); 570 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 589 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
|
| /PHP_TRUNK/ext/pgsql/ |
| H A D | pgsql.c | 3883 zval *pgsql_link = NULL, *pg_rows; local 3897 &pgsql_link, &table_name, &table_name_len, &pg_rows, 3933 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(pg_rows), &pos); 3935 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 3948 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos); 3955 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(pg_rows), (void **) &tmp, &pos) == SUCCESS) { 3968 zend_hash_move_forward_ex(Z_ARRVAL_P(pg_rows), &pos);
|
Completed in 13 milliseconds