null_count        845 ext/mysqlnd/mysqlnd_ps_codec.c 		unsigned int null_count = (stmt->param_count + 7) / 8;
null_count        846 ext/mysqlnd/mysqlnd_ps_codec.c 		if (FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, null_count TSRMLS_CC)) {
null_count        852 ext/mysqlnd/mysqlnd_ps_codec.c 		memset(*p, 0, null_count);
null_count        853 ext/mysqlnd/mysqlnd_ps_codec.c 		*p += null_count;