Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/json_nvlist/
H A Djson_nvlist.c65 struct parse_frame *pf_next; member
152 n->pf_next = s->s_top; in pushstate()
429 if (s->s_top->pf_next != NULL) { in add_empty_child()
434 nvlist_t *nvl = s->s_top->pf_next->pf_nvl; in add_empty_child()
435 char *key = s->s_top->pf_next->pf_key; in add_empty_child()
710 nvlist_t *targ = s->s_top->pf_next->pf_nvl; in store_value()
711 char *key = s->s_top->pf_next->pf_key; in store_value()
763 free(s->s_top->pf_next->pf_key); in store_value()
764 s->s_top->pf_next->pf_key = NULL; in store_value()
771 parse_frame_t *next = pf->pf_next; in parse_frame_free()
[all …]
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files_json.c65 struct parse_frame *pf_next; member
152 n->pf_next = s->s_top; in pushstate()
429 if (s->s_top->pf_next != NULL) { in add_empty_child()
434 nvlist_t *nvl = s->s_top->pf_next->pf_nvl; in add_empty_child()
435 char *key = s->s_top->pf_next->pf_key; in add_empty_child()
710 nvlist_t *targ = s->s_top->pf_next->pf_nvl; in store_value()
711 char *key = s->s_top->pf_next->pf_key; in store_value()
763 free(s->s_top->pf_next->pf_key); in store_value()
764 s->s_top->pf_next->pf_key = NULL; in store_value()
771 parse_frame_t *next = pf->pf_next; in parse_frame_free()
[all …]