OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hoststr
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/egl/
egl.cpp
486
char *
hostStr
= NULL;
489
hostStr
= new char[-n+1];
490
n = rcEnc->rcGetGLString(rcEnc, glEnum,
hostStr
, -n);
492
delete []
hostStr
;
493
hostStr
= NULL;
500
*strPtr =
hostStr
;
501
return
hostStr
;
[
all
...]
/external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h
155
bool getAuthenticationInfo(const char* protocolStr, const char*
hostStr
, int32_t port, const char* schemeStr, const char* realmStr,
WebBaseNetscapePluginView.mm
998
bool getAuthenticationInfo(const char* protocolStr, const char*
hostStr
, int32_t port, const char* schemeStr, const char* realmStr,
1005
NSString *host = [NSString stringWithUTF8String:
hostStr
];
1006
if (!
hostStr
)
WebNetscapePluginView.mm
[
all
...]
Completed in 369 milliseconds