Home
last modified time | relevance | path

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

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