Searched refs:mysqlnd_stmt_send_long_data (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_libmysql_compat.h | 95 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l))
|
H A D | mysqlnd.h | 221 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) macro
|
Completed in 8 milliseconds