Searched refs:optnames (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | _lzmamodule.c | 192 static char *optnames[] = {"id", "preset", "dict_size", "lc", "lp", in INT_TYPE_CONVERTER_FUNC() local 227 "|OOO&O&O&O&O&O&O&O&", optnames, in INT_TYPE_CONVERTER_FUNC() 248 static char *optnames[] = {"id", "dist", NULL}; in parse_filter_spec_delta() local 253 if (!PyArg_ParseTupleAndKeywords(empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_delta() 272 static char *optnames[] = {"id", "start_offset", NULL}; in parse_filter_spec_bcj() local 277 if (!PyArg_ParseTupleAndKeywords(empty_tuple, spec, "|OO&", optnames, in parse_filter_spec_bcj()
|