Home | History | Annotate | Download | only in Plugins

Lines Matching refs:hostStr

2293 - (NPError)getAuthenticationInfoWithProtocol:(const char*)protocolStr host:(const char*)hostStr port:(int32_t)port scheme:(const char*)schemeStr realm:(const char*)realmStr
2297 if (!protocolStr || !hostStr || !schemeStr || !realmStr || !usernameStr || !usernameLength || !passwordStr || !passwordLength)
2302 if (!getAuthenticationInfo(protocolStr, hostStr, port, schemeStr, realmStr, username, password))