OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServer
(Results
1 - 3
of
3
) sorted by null
/system/webservd/webservd/
protocol_handler.h
87
ServerInterface*
GetServer
() const { return server_interface_; }
request.cc
403
return protocol_handler_->
GetServer
()->GetTempFileManager();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h
188
virtual HRESULT WINAPI
GetServer
(ULONG *puNameBufLength,LPWSTR pName) = 0;
221
HRESULT (WINAPI *
GetServer
)(IWbemPath *This,ULONG *puNameBufLength,LPWSTR pName);
256
#define IWbemPath_GetServer(This,puNameBufLength,pName) (This)->lpVtbl->
GetServer
(This,puNameBufLength,pName)
[
all
...]
Completed in 221 milliseconds