Lines Matching refs:pdo_dbh_t
36 static int pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) /* {{{ … in pdo_oci_fetch_error_func()
60 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error()
198 static int oci_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in oci_handle_closer()
251 static int oci_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zva… in oci_handle_preparer()
327 static long oci_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) /* {{{ */ in oci_handle_doer()
371 static int oci_handle_quoter(pdo_dbh_t *dbh, const char *unquoted, int unquotedlen, char **quoted, … in oci_handle_quoter()
408 static int oci_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in oci_handle_begin()
415 static int oci_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in oci_handle_commit()
429 static int oci_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in oci_handle_rollback()
443 static int oci_handle_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) /* {{{ */ in oci_handle_set_attribute()
470 static int oci_handle_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC) /* {{… in oci_handle_get_attribute()
536 static int pdo_oci_check_liveness(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in pdo_oci_check_liveness()
591 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC) /* {{{ */ in pdo_oci_handle_factory()