Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c557 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].func = ps_fetch_string; in _mysqlnd_init_ps_fetch_subsystem()
558 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].pack_len = MYSQLND_PS_SKIP_RESULT_STR; in _mysqlnd_init_ps_fetch_subsystem()
559 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].php_type = IS_STRING; in _mysqlnd_init_ps_fetch_subsystem()
560 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].is_possibly_blob = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
561 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG_BLOB].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
789 …if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)… in mysqlnd_stmt_execute_store_params()
837 case MYSQL_TYPE_LONG_BLOB: in mysqlnd_stmt_execute_store_params()
929 case MYSQL_TYPE_LONG_BLOB: in mysqlnd_stmt_execute_store_params()
H A Dmysqlnd_enum_n_def.h224 MYSQL_TYPE_LONG_BLOB=251, enumerator
262 #define FIELD_TYPE_LONG_BLOB MYSQL_TYPE_LONG_BLOB
H A Dmysqlnd_ps.c1312 if (stmt->param_bind[param_no].type != MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
1445 if (stmt->param_bind[i].type == MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
1499 if (type == MYSQL_TYPE_LONG_BLOB) { in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1488 case MYSQL_TYPE_LONG_BLOB: statistic = STAT_BINARY_TYPE_FETCHED_BLOB; break; in php_mysqlnd_rowp_read_binary_protocol()
1599 case MYSQL_TYPE_LONG_BLOB: statistic = STAT_TEXT_TYPE_FETCHED_BLOB; break; in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.4/ext/mysqli/
H A Dmysqli_api.c119 bind[ofs].buffer_type = MYSQL_TYPE_LONG_BLOB; in mysqli_stmt_bind_param_do_bind()
145 if (bind[i].buffer_type != MYSQL_TYPE_LONG_BLOB) { in mysqli_stmt_bind_param_do_bind()
188 type = MYSQL_TYPE_LONG_BLOB; in mysqli_stmt_bind_param_do_bind()
375 case MYSQL_TYPE_LONG_BLOB: in mysqli_stmt_bind_result_do_bind()
2464 stmt->stmt->fields[i].type == MYSQL_TYPE_LONG_BLOB ||

Completed in 79 milliseconds