Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dattr.c60 attr_prealloc( int num ) in attr_prealloc() function
89 attr_prealloc( CHUNK_SIZE ); in attr_alloc()
117 attr_prealloc( num > CHUNK_SIZE ? num : CHUNK_SIZE ); in attrs_alloc()
H A Dproto-slap.h282 LDAP_SLAPD_F (int) attr_prealloc LDAP_P(( int num ));