Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/oci8/
H A Doci8_interface.c1367 ub4 nrows = 1; /* only one row at a time is supported for now */ local
1375 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1398 ub4 nrows = 1; local
1412 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1424 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
1485 while (!php_oci_statement_fetch(statement, nrows TSRMLS_CC)) {
H A Doci8_statement.c171 int php_oci_statement_fetch(php_oci_statement *statement, ub4 nrows TSRMLS_DC) in php_oci_statement_fetch()
185 …PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI… in php_oci_statement_fetch()
187 if ( statement->errcode == OCI_NO_DATA || nrows == 0 ) { in php_oci_statement_fetch()
202 if (nrows == 0) { in php_oci_statement_fetch()
262 …PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OC… in php_oci_statement_fetch()
H A Doci8.c2576 ub4 nrows = 1; in php_oci_fetch_row() local
2622 if (php_oci_statement_fetch(statement, nrows TSRMLS_CC)) { in php_oci_fetch_row()

Completed in 34 milliseconds