Lines Matching defs:company
405 // company name for PEP 514 lookup. Length can be -1 if the string
407 const wchar_t *company;
505 DEBUG_2(company, companyLength);
657 // Arguments starting with 'V:' specify company and/or tag
661 search->company = argStart;
1164 search->company = tag;
1188 const wchar_t *company;
1222 newEnvironmentInfo(const wchar_t *company, const wchar_t *tag)
1229 int exitCode = copyWstr(&env->company, company);
1236 free((void *)env->company);
1248 free((void *)env->company);
1333 // Sort by company name
1334 switch (_compareCompany(node->company, r->company)) {
1373 debug(L"# replaced %s/%s/%i in tree\n", node->company, node->tag, node->internalSortKey);
1376 debug(L"# not adding %s/%s/%i to tree\n", node->company, node->tag, node->internalSortKey);
1435 if (0 != _compare(env->company, -1, L"PythonCore", -1)) {
1442 debug(L"# %s/%s has an invalid version tag\n", env->company, env->tag);
1562 debug(L"# %s/%s has no executable path\n", env->company, env->tag);
1580 _registrySearchTags(const SearchInfo *search, EnvironmentInfo **result, HKEY root, int sortKey, const wchar_t *company, const wchar_t *fallbackArch)
1596 EnvironmentInfo *env = newEnvironmentInfo(company, buffer);
1629 winerror(0, L"Failed to read distributors (company) from the registry");
2017 search->company && search->companyLength &&
2018 0 != _compare(search->company, search->companyLength, L"PythonCore", -1)) {
2019 debug(L"# Cannot install for company %.*s\n", search->companyLength, search->company);
2081 if (!search->company || !search->companyLength) {
2084 return 0 == _compare(env->company, -1, search->company, search->companyLength);
2142 } else if (0 == _compare(env->company, -1, L"PythonCore", -1)) {
2161 debug(L"# Excluding %s/%s because it looks like 32bit\n", env->company, env->tag);
2163 debug(L"# Excluding %s/%s because it doesn't look 32bit\n", env->company, env->tag);
2238 if (!env->company || !env->tag) {
2240 } else if (0 == _compare(env->company, -1, L"PythonCore", -1)) {
2243 swprintf_s(buffer, bufferSize, L"-V:%s/%s", env->company, env->tag);
2280 majorSearch.company = L"PythonCore";
2352 launch->company, launch->tag);
2356 launch->company, launch->tag);
2674 debug(L"env.company: %s\nenv.tag: %s\n", env->company, env->tag);
2676 debug(L"env.company: (null)\nenv.tag: (null)\n");