Searched refs:ori (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/ext/pdo/ |
H A D | pdo_stmt.c | 672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common() argument 682 if (!stmt->methods->fetcher(stmt, ori, offset)) { in do_fetch_common() 826 …d, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_long offset, … in do_fetch() argument 839 if (!do_fetch_common(stmt, ori, offset, do_bind)) { in do_fetch() 1262 zend_long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local 1267 &ori, &off)) { in PHP_METHOD() 1277 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0)) { in PHP_METHOD() 1289 zend_long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local 1332 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0)) { in PHP_METHOD()
|
H A D | php_pdo_driver.h | 330 enum pdo_fetch_orientation ori, zend_long offset);
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_statement.c | 202 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch() argument
|
/PHP-7.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 418 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch() argument 427 switch (ori) { in pgsql_stmt_fetch()
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 527 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch() argument 533 switch (ori) { in odbc_stmt_fetch()
|
/PHP-7.1/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 193 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch() argument
|
/PHP-7.1/ext/pdo_oci/ |
H A D | oci_statement.c | 462 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch() argument 470 switch (ori) { in oci_stmt_fetch()
|
/PHP-7.1/ext/pdo_firebird/ |
H A D | firebird_statement.c | 169 enum pdo_fetch_orientation ori, zend_long offset) in firebird_stmt_fetch() argument
|
/PHP-7.1/ext/pdo_mysql/ |
H A D | mysql_statement.c | 614 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… argument
|
Completed in 76 milliseconds