Lines Matching refs:ssl_certdbpath
251 static char *ssl_certdbpath = NULL; variable
493 ssl_certdbpath = strdup(optarg);
494 if (NULL == ssl_certdbpath) {
518 ssl_certdbpath = dirname(pathname);
520 ssl_certdbpath = pathname;
742 if ( NULL == ssl_certdbpath ) {
745 ssl_keydbpath = certpath2keypath( ssl_certdbpath );
748 if ( NULL == ssl_certdbpath ) {
749 ssl_certdbpath = LDAPTOOL_DEFCERTDBPATH;
1084 &&(rc = ldapssl_client_init( ssl_certdbpath, NULL )) < 0) {
2195 *certlocp = ssl_certdbpath;
2197 if (ssl_certdbpath)
2199 printf(gettext("ldaptool_getcertpath -- %s\n"), ssl_certdbpath );