Lines Matching refs:cont
58 struct sbuf *cont; member
85 np->cont = sbuf_new_auto(); in new_node()
86 sbuf_clear(np->cont); in new_node()
140 sbuf_finish(mt->cur->cont); in EndElement()
144 sbuf_cat(mt->cur->key, sbuf_data(np->cont)); in EndElement()
167 sbuf_bcat(mt->cur->cont, b, e - b + 1); in CharData()
187 sbuf_finish(mt->top->cont); in dofile()
202 sbuf_finish(mt->top->cont); in dofile()
212 printf("\"%s\" -- \"%s\" -- \"%s\"", np->name, sbuf_data(np->cont), sbuf_data(np->key)); in print_node()
302 i = refcmp(sbuf_data(n1->cont), sbuf_data(n2->cont)); in compare_node()
304 i = strcmp(sbuf_data(n1->cont), sbuf_data(n2->cont)); in compare_node()