MCPcopy Create free account
hub / github.com/apache/cloudberry / PQsslInUse

Function PQsslInUse

src/interfaces/libpq/fe-secure.c:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133int
134PQsslInUse(PGconn *conn)
135{
136 if (!conn)
137 return 0;
138 return conn->ssl_in_use;
139}
140
141/*
142 * Exported function to allow application to tell us it's already

Callers 1

printSSLInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected