Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c440 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].func = ps_fetch_double; in _mysqlnd_init_ps_fetch_subsystem()
441 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].pack_len = 8; in _mysqlnd_init_ps_fetch_subsystem()
442 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].php_type = IS_DOUBLE; in _mysqlnd_init_ps_fetch_subsystem()
443 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
734 case MYSQL_TYPE_DOUBLE: in mysqlnd_stmt_execute_calculate_param_values_size()
807 case MYSQL_TYPE_DOUBLE: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h291 MYSQL_TYPE_DOUBLE = 5, enumerator
333 #define FIELD_TYPE_DOUBLE MYSQL_TYPE_DOUBLE
H A Dmysqlnd_wireprotocol.c1484 case MYSQL_TYPE_DOUBLE: statistic = STAT_BINARY_TYPE_FETCHED_DOUBLE; break; in php_mysqlnd_rowp_read_binary_protocol()
1570 case MYSQL_TYPE_DOUBLE: statistic = STAT_TEXT_TYPE_FETCHED_DOUBLE; break; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c566 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_DOUBLE); in pdo_mysql_stmt_param_hook()
594 b->buffer_type = MYSQL_TYPE_DOUBLE; in pdo_mysql_stmt_param_hook()
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c209 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind()
283 type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind()
425 case MYSQL_TYPE_DOUBLE: in mysqli_stmt_bind_result_do_bind()
431 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_result_do_bind()
906 case MYSQL_TYPE_DOUBLE:

Completed in 31 milliseconds