Lines Matching refs:jd_type
580 json_decode_T jd_type; member
627 if (top_item->jd_type == JSON_OBJECT_KEY in json_decode_item()
628 || top_item->jd_type == JSON_ARRAY) in json_decode_item()
631 if (*p == (top_item->jd_type == JSON_ARRAY ? ']' : '}')) 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()
694 top_item->jd_type = JSON_ARRAY; in json_decode_item()
704 if (top_item && top_item->jd_type == JSON_OBJECT_KEY) in json_decode_item()
725 top_item->jd_type = JSON_OBJECT_KEY; 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()
999 top_item->jd_type = JSON_OBJECT; in json_decode_item()
1052 top_item->jd_type = JSON_OBJECT_KEY; in json_decode_item()