Home | History | Annotate | Download | only in src

Lines Matching refs:success

144   bool success = true;
156 success = false;
167 success = false;
186 return success;
189 // Canonicalizes a host that requires IDN conversion. Returns true on success
210 bool success = DoSimpleHost(wide_output.data(),
214 return success;
331 bool success;
333 success = DoSimpleHost(&spec[host.begin], host.len,
337 success = DoComplexHost(&spec[host.begin], host.len,
341 if (!success) {