| imConv.c | 195 int to_len = BUF_SIZE; local 204 &from, &from_len, &to, &to_len, 210 from_len = BUF_SIZE - to_len; 211 to_len = nbytes; 214 &from, &from_len, &to, &to_len, 218 count = nbytes - to_len; 264 int to_len = BUF_SIZE; local 273 &from, &from_len, &to, &to_len, 279 from_len = BUF_SIZE - to_len; 280 to_len = nbytes 340 int to_len = nbytes; local [all...] |