Searched refs:undo_name (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c103 unsigned long *undo_name; member in struct:labellist
883 new_label->undo_name = NULL;
898 new_label->undo_name = (unsigned long *)
900 if (new_label->undo_name == NULL) {
904 memcpy(new_label->undo_name, name, sizeof(long) * length);
905 *(new_label->undo_name + length - 1) = '\0';
926 free(new_label->undo_name);
943 free(l->undo_name);
1016 length = idn_ucs4_strlen(label->undo_name) + 1;
1017 memcpy(label->name, label->undo_name, sizeo
[all...]

Completed in 35 milliseconds