Home | History | Annotate | Download | only in slapd

Lines Matching defs:aclbuf

67 static struct berval aclbuf;
2376 if ( !BER_BVISNULL( &aclbuf ) ) {
2377 ch_free( aclbuf.bv_val );
2378 BER_BVZERO( &aclbuf );
2487 #define acl_safe_strcopy( ptr, s ) safe_strcopy( (ptr), (s), &aclbuf )
2488 #define acl_safe_strncopy( ptr, s, n ) safe_strncopy( (ptr), (s), (n), &aclbuf )
2489 #define acl_safe_strbvcopy( ptr, bv ) safe_strbvcopy( (ptr), (bv), &aclbuf )
2699 if ( BER_BVISNULL( &aclbuf ) ) {
2700 aclbuf.bv_val = ch_malloc( ACLBUF_CHUNKSIZE );
2701 aclbuf.bv_len = ACLBUF_CHUNKSIZE;
2706 ptr = aclbuf.bv_val;
2774 bv->bv_val = aclbuf.bv_val;