Searched refs:wraplen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c83 int lenused, int wraplen );
329 int b64, len, savelen, wraplen; local
333 wraplen = -1;
335 wraplen = LDIF_MAX_LINE_WIDTH;
382 if ( wraplen != -1 && len > wraplen ) {
396 savelen + 2, wraplen );
423 * "wraplen" characters on each line, unless "wraplen" is -1, in which
431 ldif_base64_encode_internal( unsigned char *src, char *dst, int srclen, int lenused, int wraplen )
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c571 uLong complen, wraplen; local
586 wraplen = 0;
589 wraplen = 6 + (s->strstart ? 4 : 0);
592 wraplen = 18;
595 wraplen += 2 + s->gzhead->extra_len;
599 wraplen++;
604 wraplen++;
607 wraplen += 2;
611 wraplen = 6;
616 return complen + wraplen;
[all...]

Completed in 60 milliseconds