Home
last modified time | relevance | path

Searched refs:pdo_fetch_orientation (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h112 enum pdo_fetch_orientation { enum
330 enum pdo_fetch_orientation ori, zend_long offset);
H A Dpdo_stmt.c672 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset, int … in do_fetch_common()
826 …t, int do_bind, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_… in do_fetch()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_statement.c202 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch()
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_stmt.c193 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c418 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c527 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch()
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c169 enum pdo_fetch_orientation ori, zend_long offset) in firebird_stmt_fetch()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_statement.c614 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)…
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c462 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch()

Completed in 41 milliseconds