Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c79 #define NSLDAPI_SAFE_STRLEN( s ) ( (s) ? strlen((s)) + 1 : 1 ) macro
621 len = NSLDAPI_SAFE_STRLEN(buf) + NSLDAPI_SAFE_STRLEN(tmpbase) + in ldap_memcache_createkey()
622 NSLDAPI_SAFE_STRLEN(filter) + NSLDAPI_SAFE_STRLEN(defhost) + in ldap_memcache_createkey()
623 NSLDAPI_SAFE_STRLEN(binddn); in ldap_memcache_createkey()
639 len += NSLDAPI_SAFE_STRLEN(attrs[i]); in ldap_memcache_createkey()