Home | History | Annotate | Download | only in Objects

Lines Matching refs:encoding_map

4301 struct encoding_map{

4311 struct encoding_map *map = (struct encoding_map*)obj;
4331 sizeof(struct encoding_map), /*tp_basicsize*/
4377 struct encoding_map *mresult;
4447 result = PyObject_MALLOC(sizeof(struct encoding_map) +
4452 mresult = (struct encoding_map*)result;
4482 struct encoding_map *map = (struct encoding_map*)mapping;