Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dstringobject.h82 PyAPI_FUNC(void) PyString_InternInPlace(PyObject **);
/external/python/cpython2/PC/os2vacpp/
Dpython.def369 PyString_InternInPlace
/external/python/cpython2/Objects/
Dcodeobject.c41 PyString_InternInPlace(&PyTuple_GET_ITEM(tuple, i)); in intern_strings()
57 PyString_InternInPlace(&v); in intern_string_constants()
Dstringobject.c100 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() function
4786 PyString_InternInPlace(p); in PyString_InternImmortal()
4800 PyString_InternInPlace(&s); in PyString_InternFromString()
Dobject.c1245 PyString_InternInPlace(&name); in PyObject_SetAttr()
Ddictobject.c2468 PyString_InternInPlace(&kv); /* XXX Should we really? */ in PyDict_SetItemString()
/external/python/cpython2/Doc/c-api/
Dstring.rst247 .. c:function:: void PyString_InternInPlace(PyObject **string)
267 :c:func:`PyString_InternInPlace`, returning either a new string object that has
/external/python/cpython2/Python/
Dcodecs.c115 PyString_InternInPlace(&v); in _PyCodec_Lookup()
Dmarshal.c827 PyString_InternInPlace(&v); in r_object()
Dbltinmodule.c1284 PyString_InternInPlace(&s); in builtin_intern()
Dast.c2516 PyString_InternInPlace(&str); in alias_for_import_name()
/external/python/cpython2/PC/os2emx/
Dpython27.def529 "PyString_InternInPlace"
/external/python/cpython2/Doc/data/
Drefcounts.dat1294 PyString_InternInPlace:void:::
1295 PyString_InternInPlace:PyObject**:string:+1:???
/external/python/cpython2/Modules/
DcPickle.c4629 PyString_InternInPlace(&d_key); in load_build()