OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLSP_STATE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.h
49
}
TLSP_STATE
;
54
extern
TLSP_STATE
*tlsp_state_create(const char *, VSTREAM *);
55
extern void tlsp_state_free(
TLSP_STATE
*);
tlsproxy_state.c
11
/*
TLSP_STATE
*tlsp_state_create(service, plaintext_stream)
16
/*
TLSP_STATE
*state;
18
/* This module provides
TLSP_STATE
constructor and destructor
35
/* text below describes how the
TLSP_STATE
destructor
105
TLSP_STATE
*tlsp_state_create(const char *service,
108
TLSP_STATE
*state = (
TLSP_STATE
*) mymalloc(sizeof(*state));
131
void tlsp_state_free(
TLSP_STATE
*state)
tlsproxy.c
561
* responsible for destroying
TLSP_STATE
. Exceptions to this principle are
649
static int tlsp_eval_tls_error(
TLSP_STATE
*state, int err)
759
static int tlsp_post_handshake(
TLSP_STATE
*state)
798
* us, the
TLSP_STATE
destructor will automagically clean up requests for
812
static void tlsp_strategy(
TLSP_STATE
*state)
1003
TLSP_STATE
*state = (
TLSP_STATE
*) context;
1027
TLSP_STATE
*state = (
TLSP_STATE
*) context;
1051
static int tlsp_client_start_pre_handshake(
TLSP_STATE
*state
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026