Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h21 #define _PyBytes_Eq _PyString_Eq
Dstringobject.h74 PyAPI_FUNC(int) _PyString_Eq(PyObject *, PyObject*);
/external/python/cpython2/PC/os2emx/
Dpython27.def546 "_PyString_Eq"
/external/python/cpython2/Objects/
Dsetobject.c179 if (entry->hash == hash && _PyString_Eq(entry->key, key)) in set_lookkey_string()
194 && _PyString_Eq(entry->key, key))) in set_lookkey_string()
Ddictobject.c435 if (ep->me_hash == hash && _PyString_Eq(ep->me_key, key)) in lookdict_string()
450 && _PyString_Eq(ep->me_key, key))) in lookdict_string()
Dstringobject.c1260 _PyString_Eq(PyObject *o1, PyObject *o2) in _PyString_Eq() function
/external/python/cpython2/Python/
Dimport.c1001 if (!_PyString_Eq(co->co_filename, oldname)) in update_code_filenames()