Lines Matching refs:labellist_t

99 typedef struct labellist * labellist_t;
104 labellist_t next;
105 labellist_t previous;
110 labellist_t label);
116 labellist_t *labelp);
117 static void labellist_destroy(labellist_t label);
118 static idn_result_t labellist_setname(labellist_t label,
121 labellist_getname(labellist_t label);
123 labellist_gettldname(labellist_t label);
124 static idn_result_t labellist_getnamelist(labellist_t label,
127 static void labellist_undo(labellist_t label);
128 static labellist_t labellist_tail(labellist_t label);
129 static labellist_t labellist_previous(labellist_t label);
133 labellist_t label);
136 labellist_t label);
137 static idn_result_t label_idndecode(idn_resconf_t ctx, labellist_t label);
138 static idn_result_t label_localmap(idn_resconf_t ctx, labellist_t label);
139 static idn_result_t label_map(idn_resconf_t ctx, labellist_t label);
140 static idn_result_t label_normalize(idn_resconf_t ctx, labellist_t label);
141 static idn_result_t label_prohcheck(idn_resconf_t ctx, labellist_t label);
142 static idn_result_t label_unascheck(idn_resconf_t ctx, labellist_t label);
143 static idn_result_t label_bidicheck(idn_resconf_t ctx, labellist_t label);
144 static idn_result_t label_asccheck(idn_resconf_t ctx, labellist_t label);
146 labellist_t label);
148 labellist_t label);
150 labellist_t label,
190 labellist_t labels = NULL, l;
456 labellist_t labels = NULL, l;
859 labellist_create(const unsigned long *name, labellist_t *labelp) {
861 labellist_t head_label = NULL;
862 labellist_t tail_label = NULL;
863 labellist_t new_label = NULL;
873 new_label = (labellist_t)
937 labellist_destroy(labellist_t label) {
938 labellist_t l, l_next;
949 labellist_setname(labellist_t label, const unsigned long *name) {
970 labellist_getname(labellist_t label) {
975 labellist_gettldname(labellist_t label) {
976 labellist_t l;
989 labellist_getnamelist(labellist_t label, unsigned long *name,
993 labellist_t l;
1013 labellist_undo(labellist_t label) {
1020 static labellist_t
1021 labellist_tail(labellist_t label) {
1022 labellist_t l;
1031 static labellist_t
1032 labellist_previous(labellist_t label) {
1039 label_localdecodecheck(idn_resconf_t ctx, labellist_t label) {
1093 label_idndecode(idn_resconf_t ctx, labellist_t label) {
1168 label_idnencode_ace(idn_resconf_t ctx, labellist_t label) {
1245 label_localmap(idn_resconf_t ctx, labellist_t label) {
1304 label_map(idn_resconf_t ctx, labellist_t label) {
1355 label_normalize(idn_resconf_t ctx, labellist_t label) {
1407 label_prohcheck(idn_resconf_t ctx, labellist_t label) {
1433 label_unascheck(idn_resconf_t ctx, labellist_t label) {
1459 label_bidicheck(idn_resconf_t ctx, labellist_t label) {
1485 label_asccheck(idn_resconf_t ctx, labellist_t label) {
1522 label_lencheck_ace(idn_resconf_t ctx, labellist_t label) {
1544 label_lencheck_nonace(idn_resconf_t ctx, labellist_t label) {
1599 label_rtcheck(idn_resconf_t ctx, idn_action_t actions, labellist_t label,
1601 labellist_t rt_label = NULL;