Searched refs:MYSQL_TYPE_BIT (Results 1 – 8 of 8) sorted by relevance
218 MYSQL_TYPE_BIT, enumerator269 #define FIELD_TYPE_BIT MYSQL_TYPE_BIT
62 zend_bool is_bit = field->type == MYSQL_TYPE_BIT; in ps_fetch_from_1_to_8_bytes()563 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].func = ps_fetch_bit; in _mysqlnd_init_ps_fetch_subsystem()564 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].pack_len = 8; in _mysqlnd_init_ps_fetch_subsystem()565 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()566 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].can_ret_as_str_in_uni = TRUE; in _mysqlnd_init_ps_fetch_subsystem()
194 if (meta->fields[i].type == MYSQL_TYPE_BIT) { in MYSQLND_METHOD()
1455 … & UNSIGNED_FLAG, fields_metadata[i].flags, fields_metadata[i].type == MYSQL_TYPE_BIT, as_unicode); in php_mysqlnd_rowp_read_binary_protocol()1482 case MYSQL_TYPE_BIT: statistic = STAT_BINARY_TYPE_FETCHED_BIT; break; in php_mysqlnd_rowp_read_binary_protocol()1593 case MYSQL_TYPE_BIT: statistic = STAT_TEXT_TYPE_FETCHED_BIT; break; in php_mysqlnd_rowp_read_text_protocol()1655 if (fields_metadata[i].type == MYSQL_TYPE_BIT) { in php_mysqlnd_rowp_read_text_protocol()
353 case MYSQL_TYPE_BIT: in mysqli_stmt_bind_result_do_bind()929 || stmt->stmt->bind[i].buffer_type == MYSQL_TYPE_BIT934 if (stmt->stmt->bind[i].buffer_type == MYSQL_TYPE_BIT) {
1157 if (mysql_fetch_field_direct(result, i)->type == MYSQL_TYPE_BIT) { in php_mysqli_fetch_into_hash_aux()
854 case MYSQL_TYPE_BIT:
2326 case MYSQL_TYPE_BIT:
Completed in 38 milliseconds