Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/include/ldap/
H A Dldif.h66 #define LDIF_SIZE_NEEDED(tlen,vlen) \ macro
/titanic_50/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c520 if (( buf = (char *)malloc( LDIF_SIZE_NEEDED( tlen, vlen ) + 1 )) != in ldif_type_and_value_with_options()