Home
last modified time | relevance | path

Searched refs:MYSQLND_STRING (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_alloc.h58 static inline MYSQLND_STRING mnd_dup_cstring(const MYSQLND_CSTRING str, const bool persistent) in mnd_dup_cstring()
60 const MYSQLND_STRING ret = {(char*) mnd_pemalloc(str.l + 1, persistent), str.l}; in mnd_dup_cstring()
68 static inline MYSQLND_CSTRING mnd_str2c(const MYSQLND_STRING str) in mnd_str2c()
74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string()
86 static inline void mysqlnd_set_persistent_string(MYSQLND_STRING *buf, const char *string, size_t le… in mysqlnd_set_persistent_string()
H A Dmysqlnd_auth.h74 const MYSQLND_STRING authentication_plugin_data,
90 const MYSQLND_STRING auth_plugin_data,
H A Dmysqlnd_wireprotocol.h66 MYSQLND_STRING authentication_plugin_data;
188 MYSQLND_STRING info_or_local_file;
232 MYSQLND_STRING message;
H A Dmysqlnd_statistics.c27 const MYSQLND_STRING mysqlnd_stats_values_names[STAT_LAST] =
198 mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names, zval *retu… in mysqlnd_fill_stats_hash()
H A Dmysqlnd_structs.h40 } MYSQLND_STRING; typedef
895 MYSQLND_STRING hostname;
896 MYSQLND_STRING unix_socket;
897 MYSQLND_STRING username;
898 MYSQLND_STRING password;
899 MYSQLND_STRING scheme;
906 MYSQLND_STRING connect_or_select_db;
915 MYSQLND_STRING last_message;
1023 MYSQLND_STRING * const last_message);
1039 MYSQLND_STRING * last_message);
[all …]
H A Dmysqlnd_plugin.c37 static const MYSQLND_STRING mysqlnd_plugin_example_stats_values_names[EXAMPLE_STAT_LAST] =
H A Dmysqlnd_statistics.h98 PHPAPI void mysqlnd_fill_stats_hash(const MYSQLND_STATS * const stats, const MYSQLND_STRING * names…
H A Dmysqlnd_auth.c43 const MYSQLND_STRING auth_plugin_data, in mysqlnd_run_authentication()
209 const MYSQLND_STRING authentication_plugin_data, in mysqlnd_connect_run_authentication()
H A Dmysqlnd.h248 PHPAPI extern const MYSQLND_STRING mysqlnd_stats_values_names[];
H A Dmysqlnd_connection.c517 static MYSQLND_STRING
520 MYSQLND_STRING transport;
570 MYSQLND_STRING transport = { NULL, 0 };
H A Dmysqlnd_wireprotocol.c2483 MYSQLND_STRING * const last_message) in MYSQLND_METHOD()
2583 MYSQLND_STRING * last_message in MYSQLND_METHOD()

Completed in 42 milliseconds