Searched refs:mnd_sprintf (Results 1 – 7 of 7) sorted by relevance
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 440 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD() 570 transport.l = mnd_sprintf(&transport.s, 0, "unix://%s", socket_or_pipe->s); 579 transport.l = mnd_sprintf(&transport.s, 0, "pipe://%s", socket_or_pipe->s); 738 mnd_sprintf(&p, 0, "%s via TCP/IP", conn->hostname.s); 756 mnd_sprintf(&p, 0, "%s via named pipe", conn->unix_socket.s); 954 show_query_len = mnd_sprintf(&show_query, 0, query, par1, achtung_wild); 956 show_query_len = mnd_sprintf(&show_query, 0, query, par1); 960 show_query_len = mnd_sprintf(&show_query, 0, query, achtung_wild); 1203 size_t query_len = mnd_sprintf(&query, 0, "SET NAMES %s", csname); 2240 query_len = mnd_sprintf(&query, 0, "SAVEPOINT `%s`", name); [all …]
|
H A D | mysqlnd_alloc.h | 67 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… macro
|
H A D | mysqlnd_ps_codec.c | 244 …length = mnd_sprintf(&value, 0, "%s%02u:%02u:%02u", (t.neg ? "-" : ""), t.hour, t.minute, t.second… in ps_fetch_time() 281 length = mnd_sprintf(&value, 0, "%04u-%02u-%02u", t.year, t.month, t.day); in ps_fetch_date() 325 …length = mnd_sprintf(&value, 0, "%04u-%02u-%02u %02u:%02u:%02u", t.year, t.month, t.day, t.hour, t… in ps_fetch_datetime()
|
H A D | mysqlnd_debug.c | 121 message_line_len = mnd_sprintf(&message_line, 0, "%s%s%s%s%s%s%s%s\n", in MYSQLND_METHOD() 222 message_line_len = mnd_sprintf(&message_line, 0, "%s%s%s%s%s%s%s%s\n", in MYSQLND_METHOD()
|
H A D | mysqlnd_vio.c | 175 hashed_details_len = mnd_sprintf(&hashed_details, 0, "%p", vio); in MYSQLND_METHOD()
|
H A D | mysqlnd_net.c | 185 hashed_details_len = mnd_sprintf(&hashed_details, 0, "%p", net); in MYSQLND_METHOD()
|
H A D | mysqlnd_ps.c | 719 mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement", in MYSQLND_METHOD()
|
Completed in 50 milliseconds