current_type      581 ext/mysqlnd/mysqlnd_ps_codec.c 		short current_type = stmt->param_bind[i].type;
current_type      585 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
current_type      637 ext/mysqlnd/mysqlnd_ps_codec.c 		short current_type = stmt->param_bind[i].type;
current_type      641 ext/mysqlnd/mysqlnd_ps_codec.c 		if (current_type == MYSQL_TYPE_LONG) {
current_type      642 ext/mysqlnd/mysqlnd_ps_codec.c 			current_type = MYSQL_TYPE_LONGLONG;
current_type      646 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
current_type      658 ext/mysqlnd/mysqlnd_ps_codec.c 					current_type = MYSQL_TYPE_VAR_STRING;
current_type      668 ext/mysqlnd/mysqlnd_ps_codec.c 		int2store(*p, current_type);