Home
last modified time | relevance | path

Searched defs:ori (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_statement.c203 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch()
/PHP-8.2/ext/pdo_dblib/
H A Ddblib_stmt.c196 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch()
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_statement.c551 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… in pdo_mysql_stmt_fetch()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c567 static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* … in do_fetch_common()
718 …o_stmt_t *stmt, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_… in do_fetch()
1155 zend_long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_statement.c423 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch()
/PHP-8.2/ext/pdo_odbc/
H A Dodbc_stmt.c524 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_statement.c203 enum pdo_fetch_orientation ori, zend_long offset) in pdo_firebird_stmt_fetch()

Completed in 25 milliseconds