Lines Matching defs:label

97  * label to convert.
110 labellist_t label);
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,
937 labellist_destroy(labellist_t label) {
940 for (l = label; l != NULL; l = l_next) {
949 labellist_setname(labellist_t label, const unsigned long *name) {
956 if (label->name_length < new_length) {
958 realloc(label->name, sizeof(long) * new_length);
961 label->name = new_name;
962 label->name_length = new_length;
964 memcpy(label->name, name, sizeof(long) * length);
970 labellist_getname(labellist_t label) {
971 return (label->name);
975 labellist_gettldname(labellist_t label) {
978 if (label->previous == NULL && label->next == NULL &&
979 !label->dot_followed)
982 for (l = label; l->next != NULL; l = l->next)
989 labellist_getnamelist(labellist_t label, unsigned long *name,
995 for (l = label, length = 0; l != NULL; l = l->next)
1003 for (l = label; l != NULL; l = l->next) {
1013 labellist_undo(labellist_t label) {
1016 length = idn_ucs4_strlen(label->undo_name) + 1;
1017 memcpy(label->name, label->undo_name, sizeof(long) * length);
1021 labellist_tail(labellist_t label) {
1024 if (label == NULL)
1026 for (l = label; l->next != NULL; l = l->next)
1032 labellist_previous(labellist_t label) {
1033 return (label->previous);
1039 label_localdecodecheck(idn_resconf_t ctx, labellist_t label) {
1046 from = labellist_getname(label);
1048 TRACE(("res ucs4tolocal_check(label=\"%s\")\n",
1071 r = label_idnencode_ace(ctx, label);
1093 label_idndecode(idn_resconf_t ctx, labellist_t label) {
1101 from = labellist_getname(label);
1103 TRACE(("res idntoucs4(label=\"%s\")\n",
1151 r = labellist_setname(label, to);
1154 TRACE(("res idntoucs4(): success (label=\"%s\")\n",
1155 idn__debug_ucs4xstring(labellist_getname(label),
1168 label_idnencode_ace(idn_resconf_t ctx, labellist_t label) {
1176 from = labellist_getname(label);
1177 TRACE(("res ucs4toidn(label=\"%s\")\n",
1228 r = labellist_setname(label, to);
1231 TRACE(("res ucs4toidn(): success (label=\"%s\")\n",
1232 idn__debug_ucs4xstring(labellist_getname(label),
1245 label_localmap(idn_resconf_t ctx, labellist_t label) {
1253 from = labellist_getname(label);
1254 tld = labellist_gettldname(label);
1255 TRACE(("res localmap(label=\"%s\", tld=\"%s\")\n",
1288 r = labellist_setname(label, to);
1291 TRACE(("res localmap(): success (label=\"%s\")\n",
1292 idn__debug_ucs4xstring(labellist_getname(label),
1304 label_map(idn_resconf_t ctx, labellist_t label) {
1311 from = labellist_getname(label);
1312 TRACE(("res map(label=\"%s\")\n", idn__debug_ucs4xstring(from, 50)));
1339 r = labellist_setname(label, to);
1342 TRACE(("res map(): success (label=\"%s\")\n",
1343 idn__debug_ucs4xstring(labellist_getname(label),
1355 label_normalize(idn_resconf_t ctx, labellist_t label) {
1362 from = labellist_getname(label);
1363 TRACE(("res normalzie(label=\"%s\")\n",
1391 r = labellist_setname(label, to);
1394 TRACE(("res normalize(): success (label=\"%s\")\n",
1395 idn__debug_ucs4xstring(labellist_getname(label),
1407 label_prohcheck(idn_resconf_t ctx, labellist_t label) {
1412 name = labellist_getname(label);
1413 TRACE(("res prohcheck(label=\"%s\")\n",
1433 label_unascheck(idn_resconf_t ctx, labellist_t label) {
1438 name = labellist_getname(label);
1439 TRACE(("res unascheck(label=\"%s\")\n",
1459 label_bidicheck(idn_resconf_t ctx, labellist_t label) {
1464 name = labellist_getname(label);
1465 TRACE(("res bidicheck(label=\"%s\")\n",
1485 label_asccheck(idn_resconf_t ctx, labellist_t label) {
1489 name = labellist_getname(label);
1490 TRACE(("res asccheck(label=\"%s\")\n",
1522 label_lencheck_ace(idn_resconf_t ctx, labellist_t label) {
1527 name = labellist_getname(label);
1529 TRACE(("res lencheck(label=\"%s\")\n",
1544 label_lencheck_nonace(idn_resconf_t ctx, labellist_t label) {
1552 from = labellist_getname(label);
1553 TRACE(("res lencheck(label=\"%s\")\n",
1599 label_rtcheck(idn_resconf_t ctx, idn_action_t actions, labellist_t label,
1606 cur_name = labellist_getname(label);
1607 TRACE(("res rtcheck(label=\"%s\", org_label=\"%s\")\n",