MCPcopy Create free account
hub / github.com/apache/trafficserver / bind_helper

Function bind_helper

contrib/openssl/async_engine.c:111–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110#ifndef OPENSSL_NO_DYNAMIC_ENGINE
111static int
112bind_helper(ENGINE *e, const char *id)
113{
114 if (id && (strcmp(id, engine_id) != 0))
115 return 0;
116 if (!bind_async(e))
117 return 0;
118 return 1;
119}
120
121IMPLEMENT_DYNAMIC_CHECK_FN()
122IMPLEMENT_DYNAMIC_BIND_FN(bind_helper)

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
bind_asyncFunction · 0.70

Tested by

no test coverage detected