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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dencode.c58 * MAXINT_BERSIZE is the max for those functions.
60 * - MAXINT_BERSIZE must fit in MAXINT_BERSIZE_OCTETS octets.
63 * Big enough for MAXINT_BERSIZE, but not more. (Larger wastes
70 #define MAXINT_BERSIZE \ macro
238 if ( len > MAXINT_BERSIZE ) {
295 if ( len >= MAXINT_BERSIZE ) {
451 if ( xlen > MAXINT_BERSIZE + SOS_LENLEN ) {

Completed in 106 milliseconds