Searched refs:sbuf_to_array (Results 1 – 1 of 1) sorted by relevance
285 static inline Array sbuf_to_array(msgpack_sbuffer sbuf) in sbuf_to_array() function340 PUT(rv, "regs", ARRAY_OBJ(sbuf_to_array(ctx->regs))); in ctx_to_dict()341 PUT(rv, "jumps", ARRAY_OBJ(sbuf_to_array(ctx->jumps))); in ctx_to_dict()342 PUT(rv, "bufs", ARRAY_OBJ(sbuf_to_array(ctx->bufs))); in ctx_to_dict()343 PUT(rv, "gvars", ARRAY_OBJ(sbuf_to_array(ctx->gvars))); in ctx_to_dict()