Lines Matching refs:decode_ctx
705 struct decode_ctx { struct
710 static int parse_value(struct decode_ctx *ctx, k5_json_value *val_out); argument
715 white_spaces(struct decode_ctx *ctx) in white_spaces()
755 parse_number(struct decode_ctx *ctx, k5_json_number *val_out) in parse_number()
789 parse_string(struct decode_ctx *ctx, char **str_out) in parse_string()
855 parse_object_association(k5_json_object obj, struct decode_ctx *ctx) in parse_object_association()
891 parse_object(struct decode_ctx *ctx, k5_json_object *val_out) in parse_object()
939 parse_array_item(k5_json_array array, struct decode_ctx *ctx) in parse_array_item()
954 parse_array(struct decode_ctx *ctx, k5_json_array *val_out) in parse_array()
1002 parse_value(struct decode_ctx *ctx, k5_json_value *val_out) in parse_value()
1074 struct decode_ctx ctx; in k5_json_decode()