string_t Struct Reference

#include <src/string_type.h>

Collaboration diagram for string_t:
Collaboration graph

Data Fields

char * buffer
 Buffer of string handle. More...
 
mcl_size_t length
 Length of buffer. More...
 
E_MCL_STRING_TYPE type
 Type of copy and destroy. More...
 

Detailed Description

string_t object definition.

Definition at line 43 of file string_type.h.

Field Documentation

char* string_t::buffer

Buffer of string handle.

Definition at line 45 of file string_type.h.

Referenced by _add_data_source_configuration_data_points(), _add_data_source_configuration_data_sources(), _add_event(), _add_item_meta_payload(), _add_meta(), _add_string_field_to_object(), _add_time_series_payload_values_objects(), _add_time_series_value_set(), _base64_encode_big_number(), _calculate_signature(), _compose_rsa_key_rotation_json(), _concatenate_host_and_endpoint(), _create_self_issued_jwt_payload(), _decode_with_table(), _exchange_add_current_data_to_request_by_streaming(), _exchange_evaluate_response(), _exchange_prepare_data(), _get_header_and_payload_encoded_base64_url(), _initialize(), _process_registration_response_rsa_3072(), _save_registration_information(), _set_request_options(), _ssl_context_callback(), http_client_initialize(), http_processor_get_access_token(), http_processor_register(), http_processor_update_security_information(), http_request_add_header(), http_request_add_single(), http_request_add_tuple(), http_request_end_tuple_sub_section(), http_request_finalize(), http_request_start_tuple(), http_request_start_tuple_sub_section(), http_response_get_header(), json_from_data_source_configuration_payload(), mcl_data_source_configuration_get_id(), mcl_json_util_get_string(), mcl_random_generate_guid(), mcl_store_new_event(), security_handler_hmac_sha256(), storage_load_rsa_registration_information(), storage_load_shared_secret_registration_information(), storage_save_rsa_registration_information(), storage_save_shared_secret_registration_information(), string_array_to_string(), string_compare(), string_compare_with_cstr(), string_concatenate(), string_concatenate_cstr(), string_initialize(), string_release(), string_replace(), and string_split().

E_MCL_STRING_TYPE string_t::type

Type of copy and destroy.

Definition at line 47 of file string_type.h.

Referenced by _initialize(), file_initialize(), and string_release().


The documentation for this struct was generated from the following file: