Searched refs:NSLDAPI_STR_NONNULL (Results 1 – 1 of 1) sorted by relevance
78 #define NSLDAPI_STR_NONNULL( s ) ( (s) ? (s) : emptyStr ) macro610 defhost = NSLDAPI_STR_NONNULL(ld->ld_defhost); in ldap_memcache_createkey()612 tmpbase = nsldapi_strdup(NSLDAPI_STR_NONNULL(base)); in ldap_memcache_createkey()656 NSLDAPI_STR_NONNULL(defhost), NSLDAPI_STR_NONNULL(filter), in ldap_memcache_createkey()657 NSLDAPI_STR_NONNULL(buf)); in ldap_memcache_createkey()661 strcat(keystr, NSLDAPI_STR_NONNULL(attrs[i])); in ldap_memcache_createkey()897 len += strlen(NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid)) +920 sprintf(pCh, "%s\n", NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid));921 pCh += strlen(NSLDAPI_STR_NONNULL(ctrls[i]->ldctl_oid)) + 1;