Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_statement.c202 enum pdo_fetch_orientation ori, zend_long offset) in pdo_sqlite_stmt_fetch() argument
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c637 static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* … in do_fetch_common() argument
647 if (!stmt->methods->fetcher(stmt, ori, offset)) { in do_fetch_common()
788 …t, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation ori, zend_long offset, … in do_fetch() argument
802 if (!do_fetch_common(stmt, ori, offset)) { in do_fetch()
1222 zend_long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local
1228 Z_PARAM_LONG(ori) in PHP_METHOD()
1239 if (!do_fetch(stmt, return_value, how, ori, off, NULL)) { in PHP_METHOD()
H A Dphp_pdo_driver.h335 enum pdo_fetch_orientation ori, zend_long offset);
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c420 enum pdo_fetch_orientation ori, zend_long offset) in pgsql_stmt_fetch() argument
429 switch (ori) { in pgsql_stmt_fetch()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_stmt.c528 enum pdo_fetch_orientation ori, zend_long offset) in odbc_stmt_fetch() argument
534 switch (ori) { in odbc_stmt_fetch()
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_stmt.c197 enum pdo_fetch_orientation ori, zend_long offset) in pdo_dblib_stmt_fetch() argument
/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c453 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset) /* {{… in oci_stmt_fetch() argument
461 switch (ori) { in oci_stmt_fetch()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c548 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, zend_long offset)… in pdo_mysql_stmt_fetch() argument
/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_statement.c177 enum pdo_fetch_orientation ori, zend_long offset) in firebird_stmt_fetch() argument

Completed in 36 milliseconds