#include <freeradius-devel/util/cbor.h>
#include <freeradius-devel/io/test_point.h>
Go to the source code of this file.
|
static ssize_t | decode_pair (TALLOC_CTX *ctx, fr_pair_list_t *out, fr_dict_attr_t const *parent, uint8_t const *data, size_t data_len, UNUSED void *decode_ctx) |
|
static ssize_t | decode_proto (TALLOC_CTX *ctx, fr_pair_list_t *out, uint8_t const *data, size_t data_len, void *proto_ctx) |
|
static int | decode_test_ctx (void **out, UNUSED TALLOC_CTX *ctx, fr_dict_t const *dict) |
|
static ssize_t | encode_pair (fr_dbuff_t *dbuff, fr_dcursor_t *cursor, UNUSED void *encode_ctx) |
|
static ssize_t | encode_proto (UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, uint8_t *data, size_t data_len, UNUSED void *proto_ctx) |
|
◆ decode_pair()
Definition at line 4 of file base.c.
◆ decode_proto()
◆ decode_test_ctx()
static int decode_test_ctx |
( |
void ** |
out, |
|
|
UNUSED TALLOC_CTX * |
ctx, |
|
|
fr_dict_t const * |
dict |
|
) |
| |
|
static |
◆ encode_pair()
◆ encode_proto()
◆ cbor_tp_decode_pair
Initial value:= {
}
static ssize_t decode_pair(TALLOC_CTX *ctx, fr_pair_list_t *out, fr_dict_attr_t const *parent, uint8_t const *data, size_t data_len, UNUSED void *decode_ctx)
Definition at line 69 of file base.c.
◆ cbor_tp_decode_proto
Initial value:= {
}
static ssize_t decode_proto(TALLOC_CTX *ctx, fr_pair_list_t *out, uint8_t const *data, size_t data_len, void *proto_ctx)
static int decode_test_ctx(void **out, UNUSED TALLOC_CTX *ctx, fr_dict_t const *dict)
Definition at line 104 of file base.c.
◆ cbor_tp_encode_pair
Initial value:= {
}
static ssize_t encode_pair(fr_dbuff_t *dbuff, fr_dcursor_t *cursor, UNUSED void *encode_ctx)
Definition at line 64 of file base.c.
◆ cbor_tp_encode_proto
Initial value:= {
}
static ssize_t encode_proto(UNUSED TALLOC_CTX *ctx, fr_pair_list_t *vps, uint8_t *data, size_t data_len, UNUSED void *proto_ctx)
Definition at line 99 of file base.c.