Searched refs:edk2_putenv_garbage (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c3248 static PyObject *edk2_putenv_garbage; variable
3275 /* Install the first arg and newstr in edk2_putenv_garbage;
3279 if (PyDict_SetItem(edk2_putenv_garbage,
3308 /* Remove the key from edk2_putenv_garbage;
3313 if (PyDict_DelItem(edk2_putenv_garbage,
4196 if (edk2_putenv_garbage == NULL)
4197 edk2_putenv_garbage = PyDict_New();

Completed in 11 milliseconds