Home
last modified time | relevance | path

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

/third_party/python/Modules/cjkcodecs/
Dcjkcodecs.h306 char mhname[256] = "__map_"; in register_maps() local
307 strcpy(mhname + sizeof("__map_") - 1, h->charset); in register_maps()
314 if (PyModule_AddObject(module, mhname, capsule) < 0) { in register_maps()