Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c542 const short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_prepare_param_types() local
546 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_prepare_param_types()
594 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_types() local
598 if (current_type == MYSQL_TYPE_LONG) { in mysqlnd_stmt_execute_store_types()
599 current_type = MYSQL_TYPE_LONGLONG; in mysqlnd_stmt_execute_store_types()
603 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_store_types()
615 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_types()
625 int2store(*p, current_type); in mysqlnd_stmt_execute_store_types()

Completed in 6 milliseconds