HomeSort by: relevance | last modified time | path
    Searched defs:aclbuf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
aclparse.c 67 static struct berval aclbuf; variable in typeref:struct:berval
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
    [all...]

Completed in 30 milliseconds