Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c425 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].func = ps_fetch_int32; in _mysqlnd_init_ps_fetch_subsystem()
426 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].pack_len = 4; in _mysqlnd_init_ps_fetch_subsystem()
427 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
428 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
615 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_prepare_param_types()
667 if (current_type == MYSQL_TYPE_LONG) { in mysqlnd_stmt_execute_store_types()
672 …if (!Z_ISNULL_P(parameter) && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGL… in mysqlnd_stmt_execute_store_types()
748 case MYSQL_TYPE_LONG: in mysqlnd_stmt_execute_calculate_param_values_size()
820 case MYSQL_TYPE_LONG: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h289 MYSQL_TYPE_LONG = 3, enumerator
331 #define FIELD_TYPE_LONG MYSQL_TYPE_LONG
H A Dmysqlnd_wireprotocol.c1482 case MYSQL_TYPE_LONG: statistic = STAT_BINARY_TYPE_FETCHED_INT32; break; in php_mysqlnd_rowp_read_binary_protocol()
1568 case MYSQL_TYPE_LONG: statistic = STAT_TEXT_TYPE_FETCHED_INT32; break; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.3/ext/pdo_mysql/
H A Dmysql_statement.c558 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_LONG); in pdo_mysql_stmt_param_hook()
589 b->buffer_type = MYSQL_TYPE_LONG; in pdo_mysql_stmt_param_hook()
880 case MYSQL_TYPE_LONG:
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c218 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind()
289 type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_param_do_bind()
451 case MYSQL_TYPE_LONG: in mysqli_stmt_bind_result_do_bind()
457 bind[ofs].buffer_type = MYSQL_TYPE_LONG; in mysqli_stmt_bind_result_do_bind()
911 case MYSQL_TYPE_LONG:
984 if ((stmt->stmt->fields[i].type == MYSQL_TYPE_LONG)

Completed in 38 milliseconds