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

  /src/external/ibm-public/postfix/dist/src/tls/
tls_mgr.c 15 /* int tls_mgr_policy(cache_type, cachable, timeout)
17 /* int *cachable;
65 /* .IP cachable
221 int tls_mgr_policy(const char *cache_type, int *cachable, int *timeout)
241 RECV_ATTR_INT(TLS_MGR_ATTR_CACHABLE, cachable),
440 int cachable; local
443 status = tls_mgr_policy(argv->argv[1], &cachable, &timeout);
444 vstream_printf("status=%d cachable=%d timeout=%d\n",
445 status, cachable, timeout);
tls_client.c 689 int cachable; local
913 if (tls_mgr_policy(props->cache_type, &cachable,
917 cachable = 0;
928 if (cachable) {
tls_server.c 399 int cachable; local
523 if (tls_mgr_policy(props->cache_type, &cachable,
527 cachable = 0;
761 if (cachable || ticketable || props->set_sessid) {
789 if (cachable) {
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 779 int cachable = 0; local
792 cachable = (ent->cache_info != 0) ? 1 : 0;
799 SEND_ATTR_INT(TLS_MGR_ATTR_CACHABLE, cachable),

Completed in 50 milliseconds