Searched refs:hexBuf (Results 1 – 1 of 1) sorted by relevance
6119 char hexBuf[sizeof(void *) * 2 + 3]; in convert_dl() local6121 sprintf(hexBuf, "%p", (void *)obj); in convert_dl()6124 capsule = PyDict_GetItemString(lookup_dict, hexBuf); in convert_dl()6126 capsule = (PyObject *)PyDict_GetItemString(lookup_dict, hexBuf); in convert_dl()6135 if (PyDict_SetItemString(lookup_dict, hexBuf, capsule)) in convert_dl()