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

/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dio.c121 for (s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next) {
139 if (nosos || ber->ber_sos == NULL) {
148 if (ber->ber_sos->sos_ptr + len > ber->ber_end) {
152 (void) memmove(ber->ber_sos->sos_ptr, buf, (size_t)len);
153 ber->ber_sos->sos_ptr += len;
154 ber->ber_sos->sos_clen += len;
H A Dencode.c441 if (ber->ber_sos == NULLSEQORSET)
444 new_sos->sos_first = ber->ber_sos->sos_ptr;
451 new_sos->sos_next = ber->ber_sos;
454 ber->ber_sos = new_sos;
455 if (ber->ber_sos->sos_ptr > ber->ber_end) {
456 if (kmfber_realloc(ber, ber->ber_sos->sos_ptr -
487 Seqorset **sos = &ber->ber_sos;
/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h75 struct seqorset *ber_sos; member in struct:berelement
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c384 if ( ber->ber_sos == NULLSEQORSET )
387 new_sos->sos_first = ber->ber_sos->sos_ptr;
393 new_sos->sos_next = ber->ber_sos;
396 ber->ber_sos = new_sos;
397 if (ber->ber_sos->sos_ptr > ber->ber_end) {
398 nslberi_ber_realloc(ber, ber->ber_sos->sos_ptr - ber->ber_end);
430 Seqorset **sos = &ber->ber_sos;
H A Dlber-int.h138 struct seqorset *ber_sos; member in struct:berelement
H A Dio.c280 for ( s = ber->ber_sos; s != NULLSEQORSET; s = s->sos_next ) {
299 if ( nosos || ber->ber_sos == NULL ) {
308 if ( ber->ber_sos->sos_ptr + len > ber->ber_end ) {
312 SAFEMEMCPY( ber->ber_sos->sos_ptr, buf, (size_t)len );
313 ber->ber_sos->sos_ptr += len;
314 ber->ber_sos->sos_clen += len;

Completed in 66 milliseconds