Lines Matching refs:sos
487 Seqorset **sos = &ber->ber_sos; in ber_put_seqorset() local
497 len = (*sos)->sos_clen; in ber_put_seqorset()
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) { in ber_put_seqorset()
508 if ((taglen = ber_put_tag(ber, (*sos)->sos_tag, 1)) == -1) in ber_put_seqorset()
522 (void) memmove((*sos)->sos_first + taglen + in ber_put_seqorset()
523 lenlen, (*sos)->sos_first + taglen + in ber_put_seqorset()
545 taglen = kmfber_calc_taglen((*sos)->sos_tag); in ber_put_seqorset()
546 ntag = htonl((*sos)->sos_tag); in ber_put_seqorset()
547 (void) memmove((*sos)->sos_first, (char *)&ntag + in ber_put_seqorset()
556 (void) memmove((*sos)->sos_first + 1, <ag, 1); in ber_put_seqorset()
561 (void) memmove((*sos)->sos_first + 2, in ber_put_seqorset()
572 (void) memmove((*sos)->sos_first + taglen + in ber_put_seqorset()
573 lenlen, (*sos)->sos_first + taglen + in ber_put_seqorset()
578 (void) memmove((*sos)->sos_first + taglen + 1, in ber_put_seqorset()
590 free((char *)(*sos)); in ber_put_seqorset()
593 *sos = next; in ber_put_seqorset()