Searched refs:nextItem (Results 1 – 2 of 2) sorted by relevance
72 CJson *nextItem = NULL; in DeleteAllItemExceptOne() local74 nextItem = curItem->next; in DeleteAllItemExceptOne()78 curItem = nextItem; in DeleteAllItemExceptOne()89 CJson *nextItem = NULL; in DeleteAllItem() local91 nextItem = curItem->next; in DeleteAllItem()93 curItem = nextItem; in DeleteAllItem()
200 char *nextItem = endItem + 1; in GetFollowXRule() local201 while (endItem && nextItem && *nextItem == '-') { in GetFollowXRule()202 endItem = strchr(nextItem, SEP_FOR_X_RULE); in GetFollowXRule()203 nextItem = endItem + 1; in GetFollowXRule()