Searched refs:null_count (Results 1 – 1 of 1) sorted by relevance
616 unsigned int null_count = (stmt->param_count + 7) / 8; in mysqlnd_stmt_execute_store_params() local618 if (left < (null_count + 20)) { in mysqlnd_stmt_execute_store_params()621 *buf_len = offset + null_count + 20; in mysqlnd_stmt_execute_store_params()638 memset(*p, 0, null_count); in mysqlnd_stmt_execute_store_params()639 *p += null_count; in mysqlnd_stmt_execute_store_params()
Completed in 6 milliseconds