Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c494 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].func = ps_fetch_string; in _mysqlnd_init_ps_fetch_subsystem()
495 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].pack_len = MYSQLND_PS_SKIP_RESULT_STR; in _mysqlnd_init_ps_fetch_subsystem()
496 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].php_type = IS_STRING; in _mysqlnd_init_ps_fetch_subsystem()
497 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
498 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
714 if ((stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) { in mysqlnd_stmt_execute_calculate_param_values_size()
758 case MYSQL_TYPE_LONG_BLOB: in mysqlnd_stmt_execute_calculate_param_values_size()
838 case MYSQL_TYPE_LONG_BLOB: in mysqlnd_stmt_execute_store_param_values()
H A Dmysqlnd_enum_n_def.h309 MYSQL_TYPE_LONG_BLOB=251, enumerator
348 #define FIELD_TYPE_LONG_BLOB MYSQL_TYPE_LONG_BLOB
H A Dmysqlnd_ps.c1281 if (stmt->param_bind[param_no].type != MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
1409 if (stmt->param_bind[i].type == MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
1463 if (type == MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1525 case MYSQL_TYPE_LONG_BLOB: statistic = STAT_BINARY_TYPE_FETCHED_BLOB; break; in php_mysqlnd_rowp_read_binary_protocol()
1612 case MYSQL_TYPE_LONG_BLOB: statistic = STAT_TEXT_TYPE_FETCHED_BLOB; break; in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c226 bind[ofs].buffer_type = MYSQL_TYPE_LONG_BLOB; in mysqli_stmt_bind_param_do_bind()
252 if (bind[i].buffer_type != MYSQL_TYPE_LONG_BLOB) { in mysqli_stmt_bind_param_do_bind()
294 type = MYSQL_TYPE_LONG_BLOB; in mysqli_stmt_bind_param_do_bind()
488 case MYSQL_TYPE_LONG_BLOB: in mysqli_stmt_bind_result_do_bind()
2543 stmt->stmt->fields[i].type == MYSQL_TYPE_LONG_BLOB ||

Completed in 33 milliseconds