Searched refs:proxyStr (Results 1 – 1 of 1) sorted by relevance
1533 const CString proxyStr = toString(proxyServersForURL(u, context)).utf8(); in getValueForURL() local1534 if (!proxyStr.isNull()) { in getValueForURL()1535 const int size = proxyStr.length(); in getValueForURL()1539 memcpy(*value, proxyStr.data(), size+1); in getValueForURL()