Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_jpeg.c331 JDIMENSION nrows; in gdImageCreateFromJpegCtxEx() local
449 nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); in gdImageCreateFromJpegCtxEx()
450 if (nrows != 1) { in gdImageCreateFromJpegCtxEx()
451 php_gd_error_ex(E_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx()
462 nrows = jpeg_read_scanlines (&cinfo, rowptr, 1); in gdImageCreateFromJpegCtxEx()
463 if (nrows != 1) { in gdImageCreateFromJpegCtxEx()
464 php_gd_error_ex(E_WARNING, "gd-jpeg: error: jpeg_read_scanlines returns %u, expected 1", nrows); in gdImageCreateFromJpegCtxEx()
/PHP-5.6/ext/oci8/
H A Doci8_interface.c1362 ub4 nrows = 1; /* only one row at a time is supported for now */ local
1370 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1393 ub4 nrows = 1; local
1407 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1419 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1468 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
H A Doci8_statement.c244 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC) in php_oci_statement_fetch()
260 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NE… in php_oci_statement_fetch()
262 if (errstatus == OCI_NO_DATA || nrows == 0) { in php_oci_statement_fetch()
276 if (nrows == 0) { in php_oci_statement_fetch()
336 …PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NE… in php_oci_statement_fetch()
H A Dphp_oci8_int.h473 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC);
H A Doci8.c2642 ub4 nrows = 1; in php_oci_fetch_row() local
2689 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
2726 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()
2735 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()

Completed in 27 milliseconds