Home | History | Annotate | Download | only in jni

Lines Matching defs:exclusionList

816                 NULL /* host */, 0 /* port */, NULL /* exclusionList */);
828 const char *exclusionList =
832 thisplayer->updateProxyConfig(host, port, exclusionList);
835 if (exclusionList != NULL) {
836 env->ReleaseStringUTFChars(exclusionListObj, exclusionList);
837 exclusionList = NULL;