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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dencode.c347 #define SOS_LENLEN (1 + (sizeof(ber_elem_size_t) > MAXINT_BERSIZE_OCTETS ? \ macro
355 char padding[SOS_LENLEN-1]; /* for final length encoding */
367 * Write the tag and SOS_LENLEN octets reserved for length, to ber.
395 headlen = taglen + SOS_LENLEN;
409 * Do not return taglen + SOS_LENLEN here - then ber_put_seqorset()
410 * should return lenlen - SOS_LENLEN + len, which can be < 0.
451 if ( xlen > MAXINT_BERSIZE + SOS_LENLEN ) {
456 memcpy( SOS_TAG_END(header), lenptr, SOS_LENLEN ); local
459 len = xlen - SOS_LENLEN;
462 lenptr[0] = SOS_LENLEN
[all...]

Completed in 97 milliseconds