Searched refs:module_size (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 2041 int module_size, name_size, res = -1; in save_inst() local 2099 if ((module_size = PyString_Size(module)) < 0 || in save_inst() 2109 if (self->write_func(self, module_str, module_size) < 0) in save_inst() 2183 int module_size, name_size, res = -1; in save_global() local 2199 if ((module_size = PyString_Size(module)) < 0 || in save_global() 2294 if (self->write_func(self, module_str, module_size) < 0) in save_global()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 2010 int module_size, name_size, res = -1; in save_inst() local 2068 if ((module_size = PyString_Size(module)) < 0 || in save_inst() 2078 if (self->write_func(self, module_str, module_size) < 0) in save_inst() 2152 int module_size, name_size, res = -1; in save_global() local 2168 if ((module_size = PyString_Size(module)) < 0 || in save_global() 2263 if (self->write_func(self, module_str, module_size) < 0) in save_global()
|