OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLLStub
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.h
35
class
DLLStub
39
DLLStub
();
40
~
DLLStub
();
47
static
DLLStub
* m_instance;
DLLStub.cpp
29
#include "
DLLStub
.h"
32
static
DLLStub
g_glueLayer;
36
//
DLLStub
implementation
38
DLLStub
*
DLLStub
::m_instance;
40
DLLStub
::
DLLStub
()
48
DLLStub
::~
DLLStub
()
61
DLLStub
::GetProcAddress( FARPROC * func, LPCSTR lpProcName
[
all
...]
Completed in 710 milliseconds