Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djson.c603 json_dec_item_T *top_item; in json_decode_item() local
616 top_item = NULL; in json_decode_item()
641 cur_item = &top_item->jd_tv; in json_decode_item()
647 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
673 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
698 top_item->jd_tv = *cur_item; in json_decode_item()
704 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
729 top_item->jd_tv = *cur_item; in json_decode_item()
921 if (top_item != NULL && top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
945 switch (top_item->jd_type) in json_decode_item()
[all …]