Searched refs:MYSQL (Results 1 – 15 of 15) sorted by relevance
72 extern MYSQLI_WARNING *php_get_warnings(MYSQL * mysql TSRMLS_DC);
76 MYSQLI_WARNING *php_get_warnings(MYSQL *mysql TSRMLS_DC) in php_get_warnings()271 MYSQL *hdl;
42 MYSQL *p; \50 p = (MYSQL *)((MY_MYSQL *)((MYSQLI_RESOURCE *)(obj->ptr))->ptr)->mysql;\
126 MYSQL *mysql;
1068 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…1159 static int mysqli_savepoint_libmysql(MYSQL * conn, const char * const name, zend_bool release)
95 MYSQL *mysql = (MYSQL *) data; in php_mysqli_dtor_p_elements()
41 static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const unsign… in mysqli_tx_cor_options_to_string()114 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const unsigned int mo… in mysqli_commit_or_rollback_libmysql()
101 MYSQL *server;
42 // Lets accept also int if it follows the rules from the original MYSQL C API
36 print tryandcatch(4, '$db = new PDO("MYSQL");');
56 [--with-mysql=MYSQL-DIR]60 library or the MySQL installation in MYSQL-DIR.
316 MYSQL conn;
32 #define MYSQL MYSQLND macro
15 # MYSQL stuff
123 MYSQL *conn;
Completed in 33 milliseconds