Searched refs:PyBytes_InternFromStringAndSize (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h145 #define PyBytes_InternFromStringAndSize PyObjCString_InternFromStringAndSize macro
168 extern PyObject* PyBytes_InternFromStringAndSize(const char* v, Py_ssize_t l);
H A Dobjc-class.m1884 v = PyBytes_InternFromStringAndSize(attr+1, e - (attr+1));
H A Dparsexml.m685 v = PyBytes_InternFromStringAndSize(value, len);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/pyobjc_core.egg-info/include/
H A Dpyobjc-compat.h162 #define PyBytes_InternFromStringAndSize PyObjCString_InternFromStringAndSize macro
185 extern PyObject* PyBytes_InternFromStringAndSize(const char* v, Py_ssize_t l);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dpyobjc-compat.h162 #define PyBytes_InternFromStringAndSize PyObjCString_InternFromStringAndSize macro
185 extern PyObject* PyBytes_InternFromStringAndSize(const char* v, Py_ssize_t l);
H A Dobjc-class.m1999 v = PyBytes_InternFromStringAndSize(attr+1, e - (attr+1));

Completed in 712 milliseconds