Home
last modified time | relevance | path

Searched refs:SmcCloseConnectionFn (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp74 typedef SmcCloseStatus (*SmcCloseConnectionFn)(SmcConn, int, char**); typedef
88 static SmcCloseConnectionFn SmcCloseConnectionPtr;
499 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol( in Start()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp80 typedef SmcCloseStatus (*SmcCloseConnectionFn)(SmcConn, int, char **); typedef
94 static SmcCloseConnectionFn SmcCloseConnectionPtr;
508 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol( in Start()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp75 typedef SmcCloseStatus (*SmcCloseConnectionFn)(SmcConn, int, char**); typedef
89 static SmcCloseConnectionFn SmcCloseConnectionPtr;
502 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol( in Start()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp75 typedef SmcCloseStatus (*SmcCloseConnectionFn)(SmcConn, int, char**); typedef
89 static SmcCloseConnectionFn SmcCloseConnectionPtr;
502 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol( in Start()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp75 typedef SmcCloseStatus (*SmcCloseConnectionFn)(SmcConn, int, char**); typedef
89 static SmcCloseConnectionFn SmcCloseConnectionPtr;
502 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol( in Start()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp77 typedef SmcCloseStatus (*SmcCloseConnectionFn) (SmcConn, int, char**); typedef
91 static SmcCloseConnectionFn SmcCloseConnectionPtr;
547 SmcCloseConnection = (SmcCloseConnectionFn)PR_FindFunctionSymbol(smLib, "SmcCloseConnection"); in Start()