Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/json_nvlist/
H A Djson_nvlist.c69 struct parse_frame *pf_next; member
156 n->pf_next = s->s_top; in pushstate()
433 if (s->s_top->pf_next != NULL) { in add_empty_child()
438 nvlist_t *nvl = s->s_top->pf_next->pf_nvl; in add_empty_child()
439 char *key = s->s_top->pf_next->pf_key; in add_empty_child()
714 nvlist_t *targ = s->s_top->pf_next->pf_nvl; in store_value()
715 char *key = s->s_top->pf_next->pf_key; in store_value()
767 free(s->s_top->pf_next->pf_key); in store_value()
768 s->s_top->pf_next->pf_key = NULL; in store_value()
775 parse_frame_t *next = pf->pf_next; in parse_frame_free()
[all …]