Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c195 PyObject *preset_obj; in INT_TYPE_CONVERTER_FUNC() local
202 preset_obj = PyMapping_GetItemString(spec, "preset"); in INT_TYPE_CONVERTER_FUNC()
203 if (preset_obj == NULL) { in INT_TYPE_CONVERTER_FUNC()
209 int ok = uint32_converter(preset_obj, &preset); in INT_TYPE_CONVERTER_FUNC()
210 Py_DECREF(preset_obj); in INT_TYPE_CONVERTER_FUNC()
228 &id, &preset_obj, in INT_TYPE_CONVERTER_FUNC()
719 PyObject *preset_obj = Py_None; in Compressor_init() local
724 &format, &check, &preset_obj, in Compressor_init()
734 if (preset_obj != Py_None && filterspecs != Py_None) { in Compressor_init()
740 if (preset_obj != Py_None) in Compressor_init()
[all …]