Soletta™ Framework
|
String slice type. More...
#include <sol-str-slice.h>
Data Fields | |
const char * | data |
Slice data. More... | |
size_t | len |
Slice length. More... | |
String slice type.
const char* sol_str_slice::data |
Slice data.
Referenced by consumer_read_available(), create_header_params(), create_post_data_params(), disable_observing(), dump_byte_string(), found_resource(), found_resource_print(), got_get_response(), main(), on_data(), on_feed_done_cb(), print_response(), reply_cb(), server_info_cb(), sol_json_path_is_array_key(), sol_json_scanner_init_from_slice(), sol_json_token_init_from_slice(), sol_str_slice_case_eq(), sol_str_slice_copy(), sol_str_slice_eq(), sol_str_slice_remove_leading_whitespace(), sol_str_slice_remove_trailing_whitespace(), sol_str_slice_starts_with(), sol_str_slice_str_case_eq(), sol_str_slice_str_eq(), sol_str_slice_str_starts_with(), sol_str_slice_to_blob(), and sol_str_slice_to_str().
size_t sol_str_slice::len |
Slice length.
Referenced by consumer_read_available(), create_header_params(), create_post_data_params(), dump_byte_string(), found_resource_print(), got_get_response(), on_data(), on_feed_done_cb(), print_response(), sol_json_path_is_array_key(), sol_json_scanner_init_from_slice(), sol_json_token_init_from_slice(), sol_memdesc_find_structure_member(), sol_str_slice_case_eq(), sol_str_slice_copy(), sol_str_slice_eq(), sol_str_slice_remove_leading_whitespace(), sol_str_slice_remove_trailing_whitespace(), sol_str_slice_starts_with(), sol_str_slice_str_case_eq(), sol_str_slice_str_eq(), sol_str_slice_str_starts_with(), sol_str_slice_to_blob(), sol_str_slice_to_str(), sol_util_base16_calculate_decoded_len(), sol_util_base16_calculate_encoded_len(), and sol_util_base64_calculate_encoded_len().