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

/httpd/modules/filters/
H A Dmod_xml2enc.c305 apr_size_t insz = 0; local
411 if (insz > 0) { /* we have dangling data. Flatten it. */
416 if (bytes == insz) {
455 consumed = insz = bytes;
456 while (insz > 0) {
462 b = apr_bucket_transient_create(buf+(bytes - insz), insz,
467 " unconsumed bytes from bucket", insz);
471 rv = apr_xlate_conv_buffer(ctx->convset, buf+(bytes - insz),
472 &insz, ct
[all...]

Completed in 12 milliseconds