Searched refs:ori (Results 1 - 9 of 9) sorted by relevance
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_stmt.c | 689 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, argument 700 if (!stmt->methods->fetcher(stmt, ori, offset TSRMLS_CC)) { 854 enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) /* {{{ */ 867 if (!do_fetch_common(stmt, ori, offset, do_bind TSRMLS_CC)) { 1307 long ori = PDO_FETCH_ORI_NEXT; local 1312 &ori, &off)) { 1322 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { 1334 long ori = PDO_FETCH_ORI_NEXT; local 1380 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { 853 do_fetch(pdo_stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) argument
|
| H A D | php_pdo_driver.h | 327 * more rows. The ori and offset params modify which row should be returned, 330 enum pdo_fetch_orientation ori, long offset TSRMLS_DC);
|
| /PHP_5_4/ext/pdo_dblib/ |
| H A D | dblib_stmt.c | 155 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) 154 pdo_dblib_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
|
| /PHP_5_4/ext/pdo_firebird/ |
| H A D | firebird_statement.c | 158 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) 157 firebird_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
|
| /PHP_5_4/ext/pdo_odbc/ |
| H A D | odbc_stmt.c | 505 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) 511 switch (ori) { 504 odbc_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
|
| /PHP_5_4/ext/pdo_pgsql/ |
| H A D | pgsql_statement.c | 383 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) 392 switch (ori) { 382 pgsql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
|
| /PHP_5_4/ext/pdo_sqlite/ |
| H A D | sqlite_statement.c | 188 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) 187 pdo_sqlite_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
|
| /PHP_5_4/ext/pdo_oci/ |
| H A D | oci_statement.c | 434 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) /* {{{ */ argument 442 switch (ori) {
|
| /PHP_5_4/ext/pdo_mysql/ |
| H A D | mysql_statement.c | 590 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) /* {{{ */ argument
|
Completed in 31 milliseconds