Home
last modified time | relevance | path

Searched refs:MYSQL (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/mysqli/
H A Dmysqli_priv.h72 extern MYSQLI_WARNING *php_get_warnings(MYSQL * mysql TSRMLS_DC);
H A Dmysqli_warning.c76 MYSQLI_WARNING *php_get_warnings(MYSQL *mysql TSRMLS_DC) in php_get_warnings()
271 MYSQL *hdl;
H A Dmysqli_prop.c42 MYSQL *p; \
50 p = (MYSQL *)((MY_MYSQL *)((MYSQLI_RESOURCE *)(obj->ptr))->ptr)->mysql;\
H A Dphp_mysqli_structs.h126 MYSQL *mysql;
H A Dmysqli_nonapi.c1053 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
1144 static int mysqli_savepoint_libmysql(MYSQL * conn, const char * const name, zend_bool release)
H A Dmysqli.c95 MYSQL *mysql = (MYSQL *) data; in php_mysqli_dtor_p_elements()
H A Dmysqli_api.c41 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()
/PHP-5.5/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h101 MYSQL *server;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt42 // Lets accept also int if it follows the rules from the original MYSQL C API
H A Dpdo_mysql___construct.phpt36 print tryandcatch(4, '$db = new PDO("MYSQL");');
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS56 [--with-mysql=MYSQL-DIR]
60 library or the MySQL installation in MYSQL-DIR.
H A DREADME.STREAMS316 MYSQL conn;
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h32 #define MYSQL MYSQLND macro
/PHP-5.5/ext/mysql/
H A Dmysql.mak15 # MYSQL stuff
H A Dphp_mysql.c123 MYSQL *conn;

Completed in 62 milliseconds