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

/osnet-11/usr/src/lib/libldap4/ber/
H A Ddecode.c104 int noctets, diff; local
135 noctets = (lc & 0x7f);
136 if ( noctets > sizeof(unsigned int) )
138 diff = (int)sizeof(unsigned int) - noctets;
139 if ( ber_read( ber, (char *) &netlen + diff, noctets )
140 != noctets )
H A Dio.c572 int noctets, diff; local
619 noctets = (lc & 0x7f);
620 if ( noctets > sizeof(unsigned int) )
622 diff = sizeof(unsigned int) - noctets;
623 if ( BerRead( sb, (char *) &netlen + diff, noctets ) !=
624 noctets ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c600 int noctets, diff; local
647 noctets = (lc & 0x7f);
648 if ( noctets > sizeof(ber_uint_t) )
650 diff = sizeof(ber_uint_t) - noctets;
651 if ( BerRead( sb, (char *) &netlen + diff, noctets ) !=
652 noctets ) {
1106 int noctets, diff; local
1153 noctets = (lc & 0x7f);
1154 if ( noctets > sizeof(ber_uint_t) )
1156 diff = sizeof(ber_uint_t) - noctets;
[all...]
H A Ddecode.c97 int noctets, diff; local
128 noctets = (lc & 0x7f);
129 if ( noctets > sizeof(ber_uint_t) )
131 diff = sizeof(ber_int_t) - noctets;
132 if ( ber_read( ber, (char *) &netlen + diff, noctets )
133 != noctets )
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c108 int noctets, diff; local
140 noctets = (lc & 0x7f);
141 if (noctets > sizeof (ber_uint_t))
143 diff = sizeof (ber_int_t) - noctets;
144 if (kmfber_read(ber, (char *)&netlen + diff, noctets)
145 != noctets)

Completed in 22 milliseconds