Searched refs:NSLDAPI_STR_NONNULL (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c78 #define NSLDAPI_STR_NONNULL( s ) ( (s) ? (s) : emptyStr ) macro
610 defhost = NSLDAPI_STR_NONNULL(ld->ld_defhost);
612 tmpbase = nsldapi_strdup(NSLDAPI_STR_NONNULL(base));
656 NSLDAPI_STR_NONNULL(defhost), NSLDAPI_STR_NONNULL(filter),
657 NSLDAPI_STR_NONNULL(buf));
661 strcat(keystr, NSLDAPI_STR_NONNULL(attrs[i]));
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(ctrl
[all...]

Completed in 54 milliseconds