Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c505 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].func = ps_fetch_string; in _mysqlnd_init_ps_fetch_subsystem()
506 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].pack_len = MYSQLND_PS_SKIP_RESULT_STR; in _mysqlnd_init_ps_fetch_subsystem()
507 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].php_type = IS_STRING; in _mysqlnd_init_ps_fetch_subsystem()
508 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
684 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_types()
768 case MYSQL_TYPE_VAR_STRING: in mysqlnd_stmt_execute_calculate_param_values_size()
846 case MYSQL_TYPE_VAR_STRING: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h311 MYSQL_TYPE_VAR_STRING=253, enumerator
350 #define FIELD_TYPE_VAR_STRING MYSQL_TYPE_VAR_STRING
H A Dmysqlnd_wireprotocol.c1527 case MYSQL_TYPE_VAR_STRING: statistic = STAT_BINARY_TYPE_FETCHED_STRING; break; in php_mysqlnd_rowp_read_binary_protocol()
1614 case MYSQL_TYPE_VAR_STRING: statistic = STAT_TEXT_TYPE_FETCHED_STRING; break; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c239 …(S->fields[i].max_length == 0 && S->bound_result[i].buffer_length < 128 && MYSQL_TYPE_VAR_STRING) { in pdo_mysql_stmt_execute_prepared_libmysql()
556 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, parameter, MYSQL_TYPE_VAR_STRING); in pdo_mysql_stmt_param_hook()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c231 bind[ofs].buffer_type = MYSQL_TYPE_VAR_STRING; in mysqli_stmt_bind_param_do_bind()
297 type = MYSQL_TYPE_VAR_STRING; in mysqli_stmt_bind_param_do_bind()
483 case MYSQL_TYPE_VAR_STRING: in mysqli_stmt_bind_result_do_bind()
903 case MYSQL_TYPE_VAR_STRING:

Completed in 25 milliseconds