Searched refs:dpipe_ctx (Results 1 – 1 of 1) sorted by relevance
2678 struct dpipe_ctx { struct2722 static void dpipe_header_add(struct dpipe_ctx *ctx, in dpipe_header_add()2736 static struct dpipe_ctx *dpipe_ctx_alloc(struct dl *dl) in dpipe_ctx_alloc()2738 struct dpipe_ctx *ctx; in dpipe_ctx_alloc()2740 ctx = calloc(1, sizeof(struct dpipe_ctx)); in dpipe_ctx_alloc()2749 static void dpipe_ctx_free(struct dpipe_ctx *ctx) in dpipe_ctx_free()2754 static void dpipe_ctx_clear(struct dpipe_ctx *ctx) in dpipe_ctx_clear()2772 static const char *dpipe_header_id2s(struct dpipe_ctx *ctx, in dpipe_header_id2s()2790 static const char *dpipe_field_id2s(struct dpipe_ctx *ctx, in dpipe_field_id2s()2823 dpipe_mapping_get(struct dpipe_ctx *ctx, uint32_t header_id, in dpipe_mapping_get()[all …]