Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c581 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_params() local
582 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
649 short current_type = stmt->param_bind[i].type; in mysqlnd_stmt_execute_store_params() local
652 if (current_type == MYSQL_TYPE_LONG) { in mysqlnd_stmt_execute_store_params()
653 current_type = MYSQL_TYPE_LONGLONG; in mysqlnd_stmt_execute_store_params()
656 …if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_typ… in mysqlnd_stmt_execute_store_params()
668 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_params()
678 int2store(*p, current_type); in mysqlnd_stmt_execute_store_params()

Completed in 9 milliseconds