9 #ifndef NDN_ENCODING_METAINFO_H 10 #define NDN_ENCODING_METAINFO_H 124 static inline uint32_t
127 uint32_t meta_value_size = 0;
140 if (meta_value_size == 0) {
161 #endif // NDN_ENCODING_METAINFO_H static uint32_t name_component_probe_block_size(const name_component_t *component)
Probe the size of a Name component TLV block before encoding it from a Name Component structure.
Definition: name-component.h:140
The structure to keep the state when doing NDN TLV decoding.
Definition: decoder.h:21
static uint32_t encoder_probe_block_size(uint32_t type, uint32_t payload_size)
Probe the size of a TLV block.
Definition: encoder.h:82
The structure to represent the Name Component.
Definition: name-component.h:23
static int encoder_probe_uint_length(uint64_t value)
Probe the length of a non-negative int as the value (V).
Definition: encoder.h:243
The structure to keep the state when doing NDN TLV encoding.
Definition: encoder.h:31