Lines Matching refs:output_length
1274 punycode_uint *output_length,
1285 /* the input. The output_length is an in/out argument: the */
1313 punycode_uint *output_length,
1321 /* output_length is an in/out argument: the caller passes in */
1325 /* least output_length values, or it can be a null pointer if the */
1333 /* defined above; if not punycode_success, then output_length, */
1335 /* decoder will never need to write an output_length greater than */
1441 punycode_uint *output_length,
1450 max_out = *output_length;
1536 *output_length = out;
1545 punycode_uint *output_length,
1556 max_out = *output_length;
1639 *output_length = out;
1715 unsigned int input_length, output_length, j;
1760 output_length = ace_max_length;
1762 &output_length, output);
1770 for (j = 0; j < output_length; ++j) {
1812 output_length = unicode_max_length;
1813 status = punycode_decode(input_length, input, &output_length,
1822 for (j = 0; j < output_length; ++j) {