Home
last modified time | relevance | path

Searched refs:libder_type_alloc_simple (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libder/libder/
H A Dlibder_type.c70 libder_type_alloc_simple(struct libder_ctx *ctx, uint8_t typeval) in libder_type_alloc_simple() function
H A Dlibder.h177 struct libder_tag *libder_type_alloc_simple(struct libder_ctx *, uint8_t);
H A Dlibder_obj.c96 type = libder_type_alloc_simple(ctx, stype); in libder_obj_alloc_simple()