Lines Matching defs:head
1686 cJSON *head = NULL; /* head of the linked list */
1729 if (head == NULL)
1732 current_item = head = new_item;
1761 if (head != NULL) {
1762 head->prev = current_item;
1766 item->child = head;
1773 if (head != NULL)
1775 cJSON_Delete(head);
1846 cJSON *head = NULL; /* linked list head */
1887 if (head == NULL)
1890 current_item = head = new_item;
1942 if (head != NULL) {
1943 head->prev = current_item;
1947 item->child = head;
1953 if (head != NULL)
1955 cJSON_Delete(head);