Lines Matching refs:ssl_certdbpath
250 static char *ssl_certdbpath = NULL; variable
492 ssl_certdbpath = strdup(optarg);
493 if (NULL == ssl_certdbpath) {
517 ssl_certdbpath = dirname(pathname);
519 ssl_certdbpath = pathname;
741 if ( NULL == ssl_certdbpath ) {
744 ssl_keydbpath = certpath2keypath( ssl_certdbpath );
747 if ( NULL == ssl_certdbpath ) {
748 ssl_certdbpath = LDAPTOOL_DEFCERTDBPATH;
1083 &&(rc = ldapssl_client_init( ssl_certdbpath, NULL )) < 0) {
2194 *certlocp = ssl_certdbpath;
2196 if (ssl_certdbpath)
2198 printf(gettext("ldaptool_getcertpath -- %s\n"), ssl_certdbpath );