Home | History | Annotate | Download | only in Objects

Lines Matching refs:encoding_map

4216 struct encoding_map{

4226 struct encoding_map *map = (struct encoding_map*)obj;
4246 sizeof(struct encoding_map), /*tp_basicsize*/
4292 struct encoding_map *mresult;
4362 result = PyObject_MALLOC(sizeof(struct encoding_map) +
4367 mresult = (struct encoding_map*)result;
4397 struct encoding_map *map = (struct encoding_map*)mapping;