Searched defs:rows (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/oci8/ |
| H A D | oci8_interface.c | 1391 Fetch all rows of result data into an array */ 1400 long rows = 0, flags = 0, skip = 0, maxrows = -1; local 1448 rows++; 1450 if (maxrows != -1 && rows == maxrows) { 1489 zend_hash_index_update((*(outarrs[ i ]))->value.ht, rows, (void *)&element, sizeof(zval*), NULL); 1492 rows++; 1494 if (maxrows != -1 && rows == maxrows) { 1504 RETURN_LONG(rows); 1734 Sets the number of rows to be prefetched on execute to prefetch_rows for stmt */
|
| /PHP_5_3/ext/odbc/ |
| H A D | birdstep.c | 355 SDWORD rows,coldesc; local 386 stat = SQLRowCount(res->hstmt,&rows); 395 RETURN_LONG(rows);
|
| H A D | php_odbc.c | 2225 php_printf("<h2>No rows found</h2>\n"); 2695 Get number of rows in a result */ 2699 SQLLEN rows; local 2706 SQLRowCount(result->stmt, &rows); 2707 RETURN_LONG(rows);
|
| /PHP_5_3/ext/pdo_dblib/ |
| H A D | php_pdo_dblib_int.h | 134 pdo_dblib_colval *rows; member in struct:__anon131
|
Completed in 13 milliseconds