Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c231 bind[ofs].buffer_type = MYSQL_TYPE_VAR_STRING; in mysqli_stmt_bind_param_do_bind()
298 type = MYSQL_TYPE_VAR_STRING; in mysqli_stmt_bind_param_do_bind()
487 case MYSQL_TYPE_VAR_STRING: in mysqli_stmt_bind_result_do_bind()
929 case MYSQL_TYPE_VAR_STRING:
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_enum_n_def.h241 MYSQL_TYPE_VAR_STRING=253, enumerator
279 #define FIELD_TYPE_VAR_STRING MYSQL_TYPE_VAR_STRING
H A Dmysqlnd_ps_codec.c469 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].func = ps_fetch_string; in _mysqlnd_init_ps_fetch_subsystem()
470 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].pack_len = MYSQLND_PS_SKIP_RESULT_STR; in _mysqlnd_init_ps_fetch_subsystem()
471 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].php_type = IS_STRING; in _mysqlnd_init_ps_fetch_subsystem()
472 mysqlnd_ps_fetch_functions[MYSQL_TYPE_VAR_STRING].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
668 current_type = MYSQL_TYPE_VAR_STRING; in mysqlnd_stmt_execute_store_params()
748 case MYSQL_TYPE_VAR_STRING: in mysqlnd_stmt_execute_store_params()
828 case MYSQL_TYPE_VAR_STRING: in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_wireprotocol.c1553 case MYSQL_TYPE_VAR_STRING: statistic = STAT_BINARY_TYPE_FETCHED_STRING; break; in php_mysqlnd_rowp_read_binary_protocol()
1663 case MYSQL_TYPE_VAR_STRING: statistic = STAT_TEXT_TYPE_FETCHED_STRING; break; in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c242 …(S->fields[i].max_length == 0 && S->bound_result[i].buffer_length < 128 && MYSQL_TYPE_VAR_STRING) { in pdo_mysql_stmt_execute_prepared_libmysql()
535 mysqlnd_stmt_bind_one_param(S->stmt, param->paramno, param->parameter, MYSQL_TYPE_VAR_STRING); in pdo_mysql_stmt_param_hook()

Completed in 26 milliseconds