Home | History | Annotate | Download | only in Objects

Lines Matching refs:encoding_map

4308 struct encoding_map{
4318 struct encoding_map *map = (struct encoding_map*)obj;
4338 sizeof(struct encoding_map), /*tp_basicsize*/
4384 struct encoding_map *mresult;
4454 result = PyObject_MALLOC(sizeof(struct encoding_map) +
4459 mresult = (struct encoding_map*)result;
4489 struct encoding_map *map = (struct encoding_map*)mapping;