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

/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c125 off = s->sos_ptr - oldbuf;
126 s->sos_ptr = ber->ber_buf + off;
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;
271 sos->sos_clen, sos->sos_first, sos->sos_ptr);
274 sos->sos_ptr - sos->sos_first);
276 lber_bprint(sos->sos_first, sos->sos_ptr - sos->sos_first);
H A Dencode.c444 new_sos->sos_first = ber->ber_sos->sos_ptr;
447 new_sos->sos_ptr = new_sos->sos_first + kmfber_calc_taglen(tag) +
455 if (ber->ber_sos->sos_ptr > ber->ber_end) {
456 if (kmfber_realloc(ber, ber->ber_sos->sos_ptr -
584 next->sos_ptr += (taglen + lenlen + len);
/osnet-11/usr/src/lib/libkmf/ber_der/inc/
H A Dkmfber_int.h64 char *sos_ptr; member in struct:seqorset
/osnet-11/usr/src/lib/libldap4/ber/
H A Dio.c267 if ( ber->ber_sos->sos_ptr + len > ber->ber_end ) {
271 (void) SAFEMEMCPY( ber->ber_sos->sos_ptr, buf, (size_t)len );
272 ber->ber_sos->sos_ptr += len;
314 off = s->sos_ptr - oldbuf;
315 s->sos_ptr = ber->ber_buf + off;
519 sos->sos_clen, sos->sos_first, sos->sos_ptr );
521 sos->sos_ptr - sos->sos_first );
522 lber_bprint( sos->sos_first, sos->sos_ptr - sos->sos_first );
H A Dencode.c375 new->sos_first = ber->ber_sos->sos_ptr;
378 new->sos_ptr = new->sos_first + ber_calc_taglen( tag ) + FOUR_BYTE_LEN;
383 if (ber->ber_sos->sos_ptr > ber->ber_end)
384 ber_realloc(ber, ber->ber_sos->sos_ptr - ber->ber_end);
512 next->sos_ptr += (taglen + lenlen + len);
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c387 new_sos->sos_first = ber->ber_sos->sos_ptr;
390 new_sos->sos_ptr = new_sos->sos_first + ber_calc_taglen( tag ) + FOUR_BYTE_LEN;
397 if (ber->ber_sos->sos_ptr > ber->ber_end) {
398 nslberi_ber_realloc(ber, ber->ber_sos->sos_ptr - ber->ber_end);
528 next->sos_ptr += (taglen + lenlen + len);
H A Dio.c284 off = s->sos_ptr - oldbuf;
285 s->sos_ptr = ber->ber_buf + off;
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;
540 sos->sos_clen, sos->sos_first, sos->sos_ptr );
543 sos->sos_ptr - sos->sos_first );
545 lber_bprint( sos->sos_first, sos->sos_ptr - sos->sos_first );
H A Dlber-int.h127 char *sos_ptr; member in struct:seqorset
/osnet-11/usr/src/lib/libldap4/include/
H A Dlber.h93 char *sos_ptr; member in struct:seqorset

Completed in 39 milliseconds