nrows 331 ext/gd/libgd/gd_jpeg.c JDIMENSION nrows; nrows 449 ext/gd/libgd/gd_jpeg.c nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); nrows 450 ext/gd/libgd/gd_jpeg.c if (nrows != 1) { nrows 451 ext/gd/libgd/gd_jpeg.c php_gd_error_ex(E_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); nrows 462 ext/gd/libgd/gd_jpeg.c nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); nrows 463 ext/gd/libgd/gd_jpeg.c if (nrows != 1) { nrows 464 ext/gd/libgd/gd_jpeg.c php_gd_error_ex(E_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); nrows 2642 ext/oci8/oci8.c ub4 nrows = 1; nrows 2689 ext/oci8/oci8.c if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 2725 ext/oci8/oci8.c if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 2734 ext/oci8/oci8.c if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 1362 ext/oci8/oci8_interface.c ub4 nrows = 1; /* only one row at a time is supported for now */ nrows 1370 ext/oci8/oci8_interface.c if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 1393 ext/oci8/oci8_interface.c ub4 nrows = 1; nrows 1407 ext/oci8/oci8_interface.c if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 1419 ext/oci8/oci8_interface.c while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 1468 ext/oci8/oci8_interface.c while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { nrows 244 ext/oci8/oci8_statement.c int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC) nrows 260 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); nrows 262 ext/oci8/oci8_statement.c if (errstatus == OCI_NO_DATA || nrows == 0) { nrows 276 ext/oci8/oci8_statement.c if (nrows == 0) { nrows 336 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); nrows 473 ext/oci8/php_oci8_int.h int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC);