Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_lzmamodule.c238 PyObject *preset_obj; in INT_TYPE_CONVERTER_FUNC() local
245 preset_obj = PyMapping_GetItemString(spec, "preset"); in INT_TYPE_CONVERTER_FUNC()
246 if (preset_obj == NULL) { in INT_TYPE_CONVERTER_FUNC()
254 int ok = uint32_converter(preset_obj, &preset); in INT_TYPE_CONVERTER_FUNC()
255 Py_DECREF(preset_obj); in INT_TYPE_CONVERTER_FUNC()
274 &id, &preset_obj, in INT_TYPE_CONVERTER_FUNC()
774 PyObject *preset_obj = Py_None; in Compressor_init() local
780 &format, &check, &preset_obj, in Compressor_init()
791 if (preset_obj != Py_None && filterspecs != Py_None) { in Compressor_init()
797 if (preset_obj != Py_None) { in Compressor_init()
[all …]