#include <protobuf-c/protobuf-c.h>
Go to the source code of this file.
◆ DNS__DNS_SCHEMA__INIT
#define DNS__DNS_SCHEMA__INIT |
Value: { \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, \
(char *)protobuf_c_empty_string \
}
const ProtobufCMessageDescriptor dns__dns_schema__descriptor
Definition: dns.pb-c.c:105
◆ Dns__DnsSchema
◆ Dns__DnsSchema_Closure
typedef void(* Dns__DnsSchema_Closure) (const Dns__DnsSchema *message, void *closure_data) |
◆ dns__dns_schema__free_unpacked()
void dns__dns_schema__free_unpacked |
( |
Dns__DnsSchema * |
message, |
|
|
ProtobufCAllocator * |
allocator |
|
) |
| |
◆ dns__dns_schema__get_packed_size()
size_t dns__dns_schema__get_packed_size |
( |
const Dns__DnsSchema * |
message | ) |
|
◆ dns__dns_schema__init()
◆ dns__dns_schema__pack()
size_t dns__dns_schema__pack |
( |
const Dns__DnsSchema * |
message, |
|
|
uint8_t * |
out |
|
) |
| |
◆ dns__dns_schema__pack_to_buffer()
size_t dns__dns_schema__pack_to_buffer |
( |
const Dns__DnsSchema * |
message, |
|
|
ProtobufCBuffer * |
buffer |
|
) |
| |
◆ dns__dns_schema__unpack()
Dns__DnsSchema* dns__dns_schema__unpack |
( |
ProtobufCAllocator * |
allocator, |
|
|
size_t |
len, |
|
|
const uint8_t * |
data |
|
) |
| |
◆ dns__dns_schema__descriptor
const ProtobufCMessageDescriptor dns__dns_schema__descriptor |
|
extern |