Home
last modified time | relevance | path

Searched refs:aclbuf (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c66 static struct berval aclbuf; variable
2408 if ( !BER_BVISNULL( &aclbuf ) ) { in acl_destroy()
2409 ch_free( aclbuf.bv_val ); in acl_destroy()
2410 BER_BVZERO( &aclbuf ); in acl_destroy()
2519 #define acl_safe_strcopy( ptr, s ) safe_strcopy( (ptr), (s), &aclbuf )
2521 #define acl_safe_strbvcopy( ptr, bv ) safe_strbvcopy( (ptr), (bv), &aclbuf )
2731 if ( BER_BVISNULL( &aclbuf ) ) { in acl_unparse()
2732 aclbuf.bv_val = ch_malloc( ACLBUF_CHUNKSIZE ); in acl_unparse()
2733 aclbuf.bv_len = ACLBUF_CHUNKSIZE; in acl_unparse()
2738 ptr = aclbuf.bv_val; in acl_unparse()
[all …]