Home
last modified time | relevance | path

Searched refs:z_errmsg (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h61 extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
64 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h61 extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
64 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
Dzutil.c14 const char * const z_errmsg[10] = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.h47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
50 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]
Dzutil.c17 z_const char * const z_errmsg[10] = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h50 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
53 #define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]