rows              639 ext/gd/libgd/gdft.c 		for (row = 0; row < bitmap.rows; row++) {
rows              694 ext/gd/libgd/gdft.c 	for (row = 0; row < bitmap.rows; row++) {
rows             1417 ext/oci8/oci8_interface.c 	zend_long rows = 0, flags = 0, skip = 0, maxrows = -1;
rows             1460 ext/oci8/oci8_interface.c 			rows++;
rows             1462 ext/oci8/oci8_interface.c 			if (maxrows != -1 && rows == maxrows) {
rows             1495 ext/oci8/oci8_interface.c 				zend_hash_index_update(Z_ARRVAL_P(outarrs[ i ]), rows, &element);
rows             1498 ext/oci8/oci8_interface.c 			rows++;
rows             1500 ext/oci8/oci8_interface.c 			if (maxrows != -1 && rows == maxrows) {
rows             1510 ext/oci8/oci8_interface.c 	RETURN_LONG(rows);
rows              355 ext/odbc/birdstep.c 	SDWORD rows,coldesc;
rows              386 ext/odbc/birdstep.c 		stat = SQLRowCount(res->hstmt,&rows);
rows              395 ext/odbc/birdstep.c 		RETURN_LONG(rows);
rows             2771 ext/odbc/php_odbc.c 	SQLLEN rows;
rows             2782 ext/odbc/php_odbc.c 	SQLRowCount(result->stmt, &rows);
rows             2783 ext/odbc/php_odbc.c 	RETURN_LONG(rows);
rows              422 ext/pgsql/pgsql.c 	ZEND_ARG_INFO(0, rows)