#include <aerospike/as_bytes.h>
#include <aerospike/as_integer.h>
#include <aerospike/as_error.h>
#include <aerospike/as_string.h>
#include <aerospike/as_status.h>
Go to the source code of this file.
Data Structures | |
struct | as_digest |
struct | as_key |
union | as_key_value |
Macros | |
#define | AS_DIGEST_VALUE_SIZE 20 |
#define | AS_NAMESPACE_MAX_SIZE 32 |
#define | AS_SET_MAX_SIZE 64 |
Typedefs | |
typedef uint8_t | as_digest_value[AS_DIGEST_VALUE_SIZE] |
typedef char | as_namespace[AS_NAMESPACE_MAX_SIZE] |
typedef char | as_set[AS_SET_MAX_SIZE] |
#define AS_DIGEST_VALUE_SIZE 20 |
The size of as_digest.value
#define AS_NAMESPACE_MAX_SIZE 32 |
typedef uint8_t as_digest_value[AS_DIGEST_VALUE_SIZE] |
typedef char as_namespace[AS_NAMESPACE_MAX_SIZE] |
typedef char as_set[AS_SET_MAX_SIZE] |