Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqli/
H A Dmysqli_priv.h58 extern MYSQLI_WARNING *php_get_warnings(MYSQL * mysql);
H A Dmysqli_warning.c71 MYSQLI_WARNING *php_get_warnings(MYSQL *mysql) in php_get_warnings()
H A Dmysqli_prop.c39 MYSQL *p; \
47 p = (MYSQL *)((MY_MYSQL *)((MYSQLI_RESOURCE *)(obj->ptr))->ptr)->mysql;\
H A Dphp_mysqli_structs.h79 MYSQL *mysql;
H A Dmysqli_nonapi.c1159 static int mysqli_begin_transaction_libmysql(MYSQL * conn, const unsigned int mode, const char * co…
1242 static int mysqli_savepoint_libmysql(MYSQL * conn, const char * const name, bool release)
H A Dmysqli.c91 MYSQL *mysql = (MYSQL *)data; in php_mysqli_dtor_p_elements()
H A Dmysqli_api.c39 static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32… in mysqli_tx_cor_options_to_string()
110 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, bool commit, const uint32_t mode, const… in mysqli_commit_or_rollback_libmysql()
/PHP-8.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h100 MYSQL *server;
/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt43 // Lets accept also int if it follows the rules from the original MYSQL C API
H A Dpdo_mysql___construct.phpt41 print tryandcatch(4, '$db = new PDO("MYSQL");');
/PHP-8.1/docs/
H A Dself-contained-extensions.md55 [--with-mysqli=MYSQL-DIR]
60 installation in MYSQL-DIR.
H A Dstreams.md338 MYSQL conn;
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h28 #define MYSQL MYSQLND macro

Completed in 51 milliseconds