Searched defs:sos (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Detest.c36 Seqorset *sos = NULLSEQORSET; local
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c487 Seqorset **sos = &ber->ber_sos; local
497 len = (*sos)->sos_clen;
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
508 if ((taglen = ber_put_tag(ber, (*sos)->sos_tag, 1)) == -1)
522 (void) memmove((*sos)->sos_first + taglen +
523 lenlen, (*sos)->sos_first + taglen +
545 taglen = kmfber_calc_taglen((*sos)->sos_tag);
546 ntag = htonl((*sos)->sos_tag);
547 (void) memmove((*sos)->sos_first, (char *)&ntag +
556 (void) memmove((*sos)
[all...]
H A Dio.c115 * reset all the sos and ber pointers. Offsets would've been
265 ber_sos_dump(Seqorset *sos) argument
268 ber_err_print("*** sos dump ***\n");
269 while (sos != NULLSEQORSET) {
271 sos->sos_clen, sos->sos_first, sos->sos_ptr);
274 sos->sos_ptr - sos->sos_first);
276 lber_bprint(sos
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c430 Seqorset **sos = &ber->ber_sos; local
440 len = (*sos)->sos_clen;
451 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
453 if ( (taglen = ber_put_tag( ber, (*sos)->sos_tag, 1 )) == -1 )
467 SAFEMEMCPY( (*sos)->sos_first + taglen +
468 lenlen, (*sos)->sos_first + taglen +
489 taglen = ber_calc_taglen( (*sos)->sos_tag );
490 ntag = LBER_HTONL( (*sos)->sos_tag );
491 SAFEMEMCPY( (*sos)->sos_first, (char *) &ntag +
500 SAFEMEMCPY( (*sos)
[all...]

Completed in 60 milliseconds