Searched refs:output_length (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dpunyref.h57 punycode_uint *output_length,
68 /* the input. The output_length is an in/out argument: the */
88 punycode_uint *output_length,
96 /* output_length is an in/out argument: the caller passes in */
100 /* least output_length values, or it can be a null pointer if the */
108 /* defined above; if not punycode_success, then output_length, */
110 /* decoder will never need to write an output_length greater than */
H A Dpunyref.c130 punycode_uint *output_length,
139 max_out = *output_length;
209 *output_length = out;
218 punycode_uint *output_length,
229 max_out = *output_length;
296 *output_length = out;
126 punycode_encode( punycode_uint input_length, const punycode_uint input[], const unsigned char case_flags[], punycode_uint *output_length, char output[] ) argument
215 punycode_decode( punycode_uint input_length, const char input[], punycode_uint *output_length, punycode_uint output[], unsigned char case_flags[] ) argument
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpop_auth.c91 size_t input_length, output_length; local
109 output = NULL; output_length = 0;
110 status = (*m->loop)(p, state, input, input_length, &output, &output_length);
111 if(output_length > 0) {
113 base64_encode(output, output_length, &s);
H A Dauth_gssapi.c83 void **output, size_t *output_length)
124 *output_length = output_token->length;
151 *output_length = output_token->length;
81 gss_loop(POP *p, void *state, void *input, size_t input_length, void **output, size_t *output_length) argument
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.c1441 int output_length; local
1446 output_length = vsnprintf(fake_buffer, 1, format, ap);
1449 output_string = (char *)malloc(output_length + 1);
1456 vsnprintf(output_string, output_length + 1, format, ap);
1524 int output_length; local
1541 output_length = vsnprintf(fake_buffer, 1, format, ap);
1544 output_string = (char *)malloc(output_length + 1);
1552 vsnprintf(output_string, output_length + 1, format, ap);
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcfx.c90 size_t *output_length,
98 *output_length = sizeof(gss_cfx_wrap_token_desc);
131 *output_length += krb5_get_wrapped_length(context,
135 *output_length += input_length + *cksumsize;
138 assert(*output_length > input_length);
86 _gsskrb5cfx_wrap_length_cfx(krb5_context context, struct gsskrb5_crypto *ctx, int conf_req_flag, size_t input_length, size_t *output_length, size_t *cksumsize, uint16_t *padlength) argument
H A Dgsskrb5-private.h890 size_t *output_length,
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c5524 size_t output_length = converter->output_buffer_size; local
5535 size_t ret = iconv(converter->cd, &input_buffer, &input_length, &output_buffer, &output_length);
5536 while (output_length-- > 0) {
5537 (*o_putc)(output_buffer[converter->output_buffer_size-output_length]);

Completed in 142 milliseconds