Lines Matching defs:new_item
1722 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks));
1723 if (new_item == NULL)
1732 current_item = head = new_item;
1737 current_item->next = new_item;
1738 new_item->prev = current_item;
1739 current_item = new_item;
1880 cJSON *new_item = cJSON_New_Item(&(input_buffer->hooks));
1881 if (new_item == NULL)
1890 current_item = head = new_item;
1895 current_item->next = new_item;
1896 new_item->prev = current_item;
1897 current_item = new_item;