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

  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 247 char *var_tls_rand_source; variable
381 if (*var_tls_rand_source) {
389 "exiting to reopen", DEV_PATH(var_tls_rand_source));
400 "exiting to reconnect", EGD_PATH(var_tls_rand_source));
412 var_tls_rand_source);
415 var_tls_rand_source[0] = 0;
424 var_tls_rand_source);
884 if (*var_tls_rand_source) {
889 if (!strncmp(var_tls_rand_source, DEV_PREF, DEV_PREF_LEN)) {
890 path = DEV_PATH(var_tls_rand_source);
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
mail_params.h 761 #define VAR_TLS_RAND_SOURCE "tls_random_source"
767 extern char *var_tls_rand_source;

Completed in 24 milliseconds