Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c689 static int do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, in do_fetch_common() argument
700 if (!stmt->methods->fetcher(stmt, ori, offset TSRMLS_CC)) { in do_fetch_common()
854 …enum pdo_fetch_type how, enum pdo_fetch_orientation ori, long offset, zval *return_all TSRMLS_DC) … in do_fetch() argument
867 if (!do_fetch_common(stmt, ori, offset, do_bind TSRMLS_CC)) { in do_fetch()
1307 long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local
1312 &ori, &off)) { in PHP_METHOD()
1322 if (!do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
1334 long ori = PDO_FETCH_ORI_NEXT; in PHP_METHOD() local
1389 if (!error && !do_fetch(stmt, TRUE, return_value, how, ori, off, 0 TSRMLS_CC)) { in PHP_METHOD()
H A Dphp_pdo_driver.h329 enum pdo_fetch_orientation ori, long offset TSRMLS_DC);
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_statement.c182 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pdo_sqlite_stmt_fetch() argument
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_statement.c383 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pgsql_stmt_fetch() argument
392 switch (ori) { in pgsql_stmt_fetch()
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_stmt.c237 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) argument
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c505 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in odbc_stmt_fetch() argument
511 switch (ori) { in odbc_stmt_fetch()
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c434 static int oci_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRMLS_DC) … in oci_stmt_fetch() argument
442 switch (ori) { in oci_stmt_fetch()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c135 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pdo_sqlite2_stmt_fetch() argument
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_statement.c158 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in firebird_stmt_fetch() argument
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_statement.c611 static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orientation ori, long offset TSRML… argument

Completed in 39 milliseconds