Searched refs:jq_next (Results 1 – 3 of 3) sorted by relevance
2180 item->jq_next = NULL; in channel_parse_json()2182 head->jq_next = item; in channel_parse_json()2291 head->jq_next = node->jq_next; in remove_json_node()2293 node->jq_prev->jq_next = node->jq_next; in remove_json_node()2294 if (node->jq_next == NULL) in remove_json_node()2399 item = item->jq_next; in channel_get_json()2420 item = item->jq_next; in channel_push_json()2442 newitem->jq_next = NULL; in channel_push_json()2452 newitem->jq_next = item->jq_next; in channel_push_json()2453 item->jq_next = newitem; in channel_push_json()[all …]
2161 jsonq_T *jq_next; member
4883 for (jq = ch->ch_part[part].ch_json_head.jq_next; jq != NULL; in set_ref_in_item()4884 jq = jq->jq_next) in set_ref_in_item()