Searched refs:wenvironment (Results 1 – 4 of 4) sorted by relevance
54 bp::wenvironment ev ;96 bp::wenvironment wenv{env};97 auto wnat = boost::this_process::wenvironment();123 auto nat = boost::this_process::wenvironment();124 bp::wenvironment env = nat;
1083 wchar_t *wenvironment = NULL; in _winapi_CreateProcess_impl() local1113 wenvironment = getenvironment(env_mapping); in _winapi_CreateProcess_impl()1114 if (wenvironment == NULL) { in _winapi_CreateProcess_impl()1145 wenvironment, in _winapi_CreateProcess_impl()1164 PyMem_Free(wenvironment); in _winapi_CreateProcess_impl()
646 typedef basic_environment<wchar_t> wenvironment; typedef673 inline wnative_environment wenvironment() { return ::boost::process::wnative_environment(); } in wenvironment() function
1249 WCHAR* wenvironment[] = { in TEST_IMPL() local1278 int found_in_loc_env[ARRAY_SIZE(wenvironment)] = {0}; in TEST_IMPL()1314 for (i = 0; i < ARRAY_SIZE(wenvironment) && !found; i++) { in TEST_IMPL()1315 if (!wcscmp(str, wenvironment[i])) { in TEST_IMPL()1337 for (i = 0; i < ARRAY_SIZE(wenvironment); i++) { in TEST_IMPL()