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

Function SSLerrfree

src/interfaces/libpq/fe-secure-openssl.c:1575–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575static void
1576SSLerrfree(char *buf)
1577{
1578 if (buf != ssl_nomem)
1579 free(buf);
1580}
1581
1582/* ------------------------------------------------------------ */
1583/* SSL information functions */

Callers 4

pgtls_readFunction · 0.85
pgtls_writeFunction · 0.85
initialize_SSLFunction · 0.85
open_client_SSLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected