Home | History | Annotate | Download | only in libevent

Lines Matching refs:labels

1537 	struct dnslabel_entry labels[MAX_LABELS];
1553 mm_free(table->labels[i].v);
1564 if (!strcmp(label, table->labels[i].v))
1565 return table->labels[i].pos;
1582 table->labels[p].v = v;
1583 table->labels[p].pos = pos;
1588 /* Converts a string to a length-prefixed set of DNS labels, starting */
1656 /* the labels must be terminated by a 0. */