Searched defs:to_length (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dres.c1043 size_t to_length; local
1047 to_length = idn_ucs4_strlen(from) + 1 + 15; /* 15 for margin */
1060 new_buffer = (char *)realloc(to, to_length);
1067 to_length);
1078 to_length *= 2;
1098 size_t from_length, to_length; local
1130 to_length = from_length;
1136 realloc(to, sizeof(long) * to_length);
1143 to_length);
1148 to_length *
1173 size_t to_length; local
1249 size_t to_length; local
1307 size_t to_length; local
1358 size_t to_length; local
1547 size_t to_length; local
[all...]

Completed in 13 milliseconds