pg_row           2906 ext/pgsql/pgsql.c 	int pg_numrows, pg_row;
pg_row           2931 ext/pgsql/pgsql.c 	for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
pg_row           2932 ext/pgsql/pgsql.c 		if (PQgetisnull(pgsql_result, pg_row, (int)colno)) {
pg_row           2935 ext/pgsql/pgsql.c 			add_next_index_string(return_value, PQgetvalue(pgsql_result, pg_row, (int)colno));
pg_row           7010 ext/pgsql/pgsql.c 	int pg_numrows, pg_row;
pg_row           7017 ext/pgsql/pgsql.c 	for (pg_row = 0; pg_row < pg_numrows; pg_row++) {
pg_row           7020 ext/pgsql/pgsql.c 			if (PQgetisnull(pg_result, pg_row, i)) {
pg_row           7024 ext/pgsql/pgsql.c 				char *element = PQgetvalue(pg_result, pg_row, i);
pg_row           7033 ext/pgsql/pgsql.c 		add_index_zval(ret_array, pg_row, &row);