Lines Matching defs:TSRMLS_DC

46 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line TSRMLS_DC)  in _pdo_mysql_error()
117 static int pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info TSRMLS_DC) in pdo_mysql_fetch_error_func()
141 static int mysql_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) in mysql_handle_closer()
164 …er(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zval *driver_options TSRMLS_DC) in mysql_handle_preparer()
256 static long mysql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in mysql_handle_doer()
291 static char *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const char *name, unsigned int *len TSRMLS_DC) in pdo_mysql_last_insert_id()
302 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in mysql_handle_quoter()
318 static int mysql_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) in mysql_handle_begin()
327 static int mysql_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) in mysql_handle_commit()
340 static int mysql_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) in mysql_handle_rollback()
353 static inline int mysql_handle_autocommit(pdo_dbh_t *dbh TSRMLS_DC) in mysql_handle_autocommit()
371 static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, long attr, zval *val TSRMLS_DC) in pdo_mysql_set_attribute()
417 static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, long attr, zval *return_value TSRMLS_DC)
481 static int pdo_mysql_check_liveness(pdo_dbh_t *dbh TSRMLS_DC)
537 static int pdo_mysql_handle_factory(pdo_dbh_t *dbh, zval *driver_options TSRMLS_DC)