Home
last modified time | relevance | path

Searched refs:mysqlnd_stmt_send_long_data (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h97 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l))
H A Dmysqlnd.h233 #define mysqlnd_stmt_send_long_data(stmt,p,d,l) (stmt)->m->send_long_data((stmt), (p), (d), (l)) macro

Completed in 11 milliseconds