![]() |
DS3 C SDK
5.0.0
Provides access to the Spectra S3 API with C
|
#include <stdlib.h>#include <glib.h>#include "ds3_string.h"#include "stdint.h"#include "ds3_string_multimap.h"#include "ds3.h"#include "ds3_library_exports.h"Go to the source code of this file.
Functions | |
| LIBRARY_API ds3_checksum_type * | get_blob_checksum_type (const ds3_log *log, ds3_string_multimap *response_headers) |
| LIBRARY_API ds3_uint64_string_map * | get_blob_checksums (const ds3_log *log, ds3_string_multimap *response_headers) |
| LIBRARY_API ds3_checksum_type* get_blob_checksum_type | ( | const ds3_log * | log, |
| ds3_string_multimap * | response_headers | ||
| ) |
Definition at line 56 of file ds3_response_header_utils.c.
| LIBRARY_API ds3_uint64_string_map* get_blob_checksums | ( | const ds3_log * | log, |
| ds3_string_multimap * | response_headers | ||
| ) |
Definition at line 90 of file ds3_response_header_utils.c.
1.8.15