Searched refs:sb_sasl_ibuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c179 cp = sb->sb_sasl_ibuf;
204 ret = nsldapi_sasl_pktlen( sb->sb_sasl_ibuf, sb->sb_sasl_bfsz );
235 sb->sb_sasl_ibuf, blen,
246 SAFEMEMCPY( sb->sb_sasl_ibuf, dbuf, dlen );
247 sb->sb_sasl_iptr = sb->sb_sasl_ibuf;
438 if ((sb->sb_sasl_ibuf = NSLDAPI_MALLOC(bufsiz)) == NULL) {
624 if (sb != NULL && sb->sb_sasl_ibuf != NULL) {
625 NSLDAPI_FREE(sb->sb_sasl_ibuf);
626 sb->sb_sasl_ibuf = NULL;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h191 char *sb_sasl_ibuf; /* sasl decrypted input buffer */ member in struct:sockbuf
H A Dio.c729 if ( p->sb_sasl_ibuf != NULL) {
730 NSLBERI_FREE( p->sb_sasl_ibuf );

Completed in 65 milliseconds