Searched refs:PyString_InternInPlace (Results 1 – 14 of 14) sorted by relevance
82 PyAPI_FUNC(void) PyString_InternInPlace(PyObject **);
369 PyString_InternInPlace
41 PyString_InternInPlace(&PyTuple_GET_ITEM(tuple, i)); in intern_strings()57 PyString_InternInPlace(&v); in intern_string_constants()
100 PyString_InternInPlace(&t); in PyString_FromStringAndSize()106 PyString_InternInPlace(&t); in PyString_FromStringAndSize()153 PyString_InternInPlace(&t); in PyString_FromString()159 PyString_InternInPlace(&t); in PyString_FromString()4747 PyString_InternInPlace(PyObject **p) in PyString_InternInPlace() function4786 PyString_InternInPlace(p); in PyString_InternImmortal()4800 PyString_InternInPlace(&s); in PyString_InternFromString()
1245 PyString_InternInPlace(&name); in PyObject_SetAttr()
2468 PyString_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
247 .. c:function:: void PyString_InternInPlace(PyObject **string)267 :c:func:`PyString_InternInPlace`, returning either a new string object that has
115 PyString_InternInPlace(&v); in _PyCodec_Lookup()
827 PyString_InternInPlace(&v); in r_object()
1284 PyString_InternInPlace(&s); in builtin_intern()
2516 PyString_InternInPlace(&str); in alias_for_import_name()
529 "PyString_InternInPlace"
1294 PyString_InternInPlace:void:::1295 PyString_InternInPlace:PyObject**:string:+1:???
4629 PyString_InternInPlace(&d_key); in load_build()