Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c381 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].func = ps_fetch_int32; in _mysqlnd_init_ps_fetch_subsystem()
382 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].pack_len = 4; in _mysqlnd_init_ps_fetch_subsystem()
383 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
546 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_prepare_param_types()
598 if (current_type == MYSQL_TYPE_LONG) { 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()
679 case MYSQL_TYPE_LONG: in mysqlnd_stmt_execute_calculate_param_values_size()
754 case MYSQL_TYPE_LONG: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h269 MYSQL_TYPE_LONG = 3, enumerator
311 #define FIELD_TYPE_LONG MYSQL_TYPE_LONG
H A Dmysqlnd_wireprotocol.c1478 case MYSQL_TYPE_LONG: statistic = STAT_BINARY_TYPE_FETCHED_INT32; break; in php_mysqlnd_rowp_read_binary_protocol()
1562 case MYSQL_TYPE_LONG: statistic = STAT_TEXT_TYPE_FETCHED_INT32; break; in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c483 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_LONG); in pdo_mysql_stmt_param_hook()
524 b->buffer_type = MYSQL_TYPE_LONG; in pdo_mysql_stmt_param_hook()
817 case MYSQL_TYPE_LONG: in pdo_mysql_stmt_col_meta()
/PHP-8.1/ext/mysqli/
H A Dmysqli_api.c216 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind()
286 type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind()
418 case MYSQL_TYPE_LONG: in mysqli_stmt_bind_result_do_bind()
424 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_result_do_bind()
907 case MYSQL_TYPE_LONG:
973 if ((stmt->stmt->fields[i].type == MYSQL_TYPE_LONG)

Completed in 28 milliseconds