Home
last modified time | relevance | path

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

/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xml.c798 return xn->x_childvec[i]; in xml_child_i()
840 xt->x_childvec[i] = xc; in xml_child_i_set()
955 xp->x_childvec = realloc(xp->x_childvec, xp->x_childvec_max*sizeof(cxobj*)); in xml_child_append()
985 xp->x_childvec = realloc(xp->x_childvec, xp->x_childvec_max*sizeof(cxobj*)); in xml_child_insert_pos()
992 memmove(&xp->x_childvec[i+1], &xp->x_childvec[i], size); in xml_child_insert_pos()
1012 if (x->x_childvec) in xml_childvec_set()
1013 free(x->x_childvec); in xml_childvec_set()
1028 return x->x_childvec; in xml_childvec_get()
1826 x->x_childvec[i] = NULL; in xml_free()
1829 if (x->x_childvec) in xml_free()
[all …]