Lines Matching refs:pdo_dbh_t
32 static void pdo_oci_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_oci_fetch_error_func()
54 ub4 _oci_error(OCIError *err, pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *what, sword status, int isini… in _oci_error()
186 static void oci_handle_closer(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_closer()
237 static bool oci_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_op… in oci_handle_preparer()
309 static zend_long oci_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) /* {{{ */ in oci_handle_doer()
357 static zend_string* oci_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_t… in oci_handle_quoter()
395 static bool oci_handle_begin(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_begin()
402 static bool oci_handle_commit(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_commit()
416 static bool oci_handle_rollback(pdo_dbh_t *dbh) /* {{{ */ in oci_handle_rollback()
430 static bool oci_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */ in oci_handle_set_attribute()
578 static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value) /* {{{ */ in oci_handle_get_attribute()
667 static zend_result pdo_oci_check_liveness(pdo_dbh_t *dbh) /* {{{ */ in pdo_oci_check_liveness()
725 static int pdo_oci_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */ in pdo_oci_handle_factory()