Home
last modified time | relevance | path

Searched refs:nrows (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/gd/libgd/
H A Dgd_jpeg.c346 JDIMENSION nrows; in gdImageCreateFromJpegCtxEx() local
475 nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); in gdImageCreateFromJpegCtxEx()
476 if (nrows != 1) { in gdImageCreateFromJpegCtxEx()
477 gd_error_ex(GD_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx()
488 nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); in gdImageCreateFromJpegCtxEx()
489 if (nrows != 1) { in gdImageCreateFromJpegCtxEx()
490 gd_error_ex(GD_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx()
/PHP-8.2/ext/oci8/
H A Doci8_interface.c1245 ub4 nrows = 1; /* only one row at a time is supported for now */ in PHP_FUNCTION() local
1253 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1275 ub4 nrows = 1; in PHP_FUNCTION() local
1291 if (php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1309 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
1366 while (!php_oci_statement_fetch(statement, nrows)) { in PHP_FUNCTION()
H A Doci8_statement.c253 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows) in php_oci_statement_fetch() argument
269 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch2, (statement->stmt, statement->err, nrows, OCI_FETCH_N… in php_oci_statement_fetch()
271 if (errstatus == OCI_NO_DATA || nrows == 0) { in php_oci_statement_fetch()
285 if (nrows == 0) { in php_oci_statement_fetch()
345 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch2, (statement->stmt, statement->err, nrows, OCI_FETCH_N… in php_oci_statement_fetch()
H A Doci8.c1637 ub4 nrows = 1; in php_oci_fetch_row() local
1695 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1732 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
1741 if (php_oci_statement_fetch(statement, nrows)) { in php_oci_fetch_row()
H A Dphp_oci8_int.h493 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows);

Completed in 46 milliseconds