HomeSort by: relevance | last modified time | path
    Searched defs:tls_cert_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_mysql.c 171 char *tls_cert_file; member in struct:__anon23076
616 if (dict_mysql->tls_cert_file)
617 mysql_options(host->db, MYSQL_OPT_SSL_CERT, dict_mysql->tls_cert_file);
626 if (dict_mysql->tls_key_file || dict_mysql->tls_cert_file ||
629 dict_mysql->tls_key_file, dict_mysql->tls_cert_file,
705 dict_mysql->tls_cert_file = cfg_get_str(p, "tls_cert_file", NULL, 0, 0);
889 if (dict_mysql->tls_cert_file)
890 myfree(dict_mysql->tls_cert_file);
  /src/external/mpl/bind/dist/bin/dig/
dighost.h 187 char *tls_cert_file; member in struct:dig_lookup::__anon23936

Completed in 22 milliseconds