Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c410 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].func = ps_fetch_double; in _mysqlnd_init_ps_fetch_subsystem()
411 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].pack_len = 8; in _mysqlnd_init_ps_fetch_subsystem()
412 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].php_type = IS_DOUBLE; in _mysqlnd_init_ps_fetch_subsystem()
413 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
709 case MYSQL_TYPE_DOUBLE: in mysqlnd_stmt_execute_calculate_param_values_size()
779 case MYSQL_TYPE_DOUBLE: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h228 MYSQL_TYPE_DOUBLE = 5, enumerator
270 #define FIELD_TYPE_DOUBLE MYSQL_TYPE_DOUBLE
H A Dmysqlnd_wireprotocol.c1534 case MYSQL_TYPE_DOUBLE: statistic = STAT_BINARY_TYPE_FETCHED_DOUBLE; break; in php_mysqlnd_rowp_read_binary_protocol()
1650 case MYSQL_TYPE_DOUBLE: statistic = STAT_TEXT_TYPE_FETCHED_DOUBLE; break; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-5.6/ext/pdo_mysql/
H A Dmysql_statement.c545 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, param->parameter, MYSQL_TYPE_DOUBLE); in pdo_mysql_stmt_param_hook()
568 b->buffer_type = MYSQL_TYPE_DOUBLE; in pdo_mysql_stmt_param_hook()
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c210 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind()
285 type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_param_do_bind()
428 case MYSQL_TYPE_DOUBLE: in mysqli_stmt_bind_result_do_bind()
435 bind[ofs].buffer_type = MYSQL_TYPE_DOUBLE; in mysqli_stmt_bind_result_do_bind()
946 case MYSQL_TYPE_DOUBLE:

Completed in 31 milliseconds