Home
last modified time | relevance | path

Searched refs:nextItem (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/common_lib/impl/src/
Djson_utils.c72 CJson *nextItem = NULL; in DeleteAllItemExceptOne() local
74 nextItem = curItem->next; in DeleteAllItemExceptOne()
78 curItem = nextItem; in DeleteAllItemExceptOne()
89 CJson *nextItem = NULL; in DeleteAllItem() local
91 nextItem = curItem->next; in DeleteAllItem()
93 curItem = nextItem; in DeleteAllItem()
/base/customization/config_policy/frameworks/config_policy/src/
Dconfig_policy_utils.c200 char *nextItem = endItem + 1; in GetFollowXRule() local
201 while (endItem && nextItem && *nextItem == '-') { in GetFollowXRule()
202 endItem = strchr(nextItem, SEP_FOR_X_RULE); in GetFollowXRule()
203 nextItem = endItem + 1; in GetFollowXRule()