Searched refs:inbytes (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_utf8.h38 apr_size_t *inbytes,
/macosx-10.10/apr-32/apr/apr/misc/win32/
H A Dutf8.c72 apr_size_t *inbytes,
80 while (*inbytes && *outwords)
86 --*inbytes;
113 if (*inbytes <= expect)
156 *inbytes -= eating;
177 * the inbytes and outwords values
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c589 struct top_uinteger inp, outp, inbytes, outbytes; local
598 inbytes = top_init_uinteger(tsamp->net_ibytes, false);
614 inbytes = top_sub_uinteger(&inbytes, &binbytes);
631 inbytes = top_sub_uinteger(&inbytes, &pinbytes);
643 if(top_humanize_uinteger(inbytesbuf, sizeof(inbytesbuf), inbytes))
/macosx-10.10/ICU-531.30/icuSources/samples/ucnv/
H A Dconvsamp.cpp881 uint32_t inbytes=0, total=0; local
912 inbytes += count;
950 printf("%d bytes in, %d UChars out.\n", inbytes, total);
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authnz_ldap.c170 apr_size_t inbytes; local
175 inbytes = strlen(sent_password);
176 outbytes = (inbytes+1)*3;
180 if (apr_xlate_conv_buffer(convset, sent_password, &inbytes, outbuf,
217 apr_size_t inbytes; local
238 inbytes = strlen(user);
239 outbytes = (inbytes+1)*3;
243 if (apr_xlate_conv_buffer(convset, user, &inbytes, outbuf, &outbytes) == APR_SUCCESS) {

Completed in 134 milliseconds