Searched refs:PyString_FromStringAndSize (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-compat.h130 #define PyText_FromStringAndSize PyString_FromStringAndSize
140 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/pyobjc_core.egg-info/include/
H A Dpyobjc-compat.h147 #define PyText_FromStringAndSize PyString_FromStringAndSize
157 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dpyobjc-compat.h147 #define PyText_FromStringAndSize PyString_FromStringAndSize
157 #define PyBytes_FromStringAndSize PyString_FromStringAndSize
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DObjCPointer.m156 self->type = PyString_FromStringAndSize ((char *) t, typeend-t);
H A Dfsspec.m44 return PyString_FromStringAndSize(
H A Dfsref.m44 return PyString_FromStringAndSize(
H A Dmodule.m842 str = PyString_FromStringAndSize(signature, t - signature);
903 str = PyString_FromStringAndSize(signature, t - signature);
1799 PyString_FromStringAndSize(&cur->value, 1));
H A Dobjc_util.m959 return PyString_FromStringAndSize(array, size);
1156 return PyString_FromStringAndSize(array, size);
H A Dstruct-wrapper.m405 v = PyString_FromStringAndSize(&ch, 1);
962 v = PyString_FromStringAndSize(signature, len);
H A Dobjc_support.m1565 retobject = PyString_FromStringAndSize((char*)datum, 1);
1743 retobject = PyString_FromStringAndSize ((void*)datum, size);
2112 return PyString_FromStringAndSize(&ch, 1);
H A DOC_PythonObject.m350 PyObject *typeString = PyString_FromStringAndSize(type, length);
H A Dparsexml.m658 v = PyString_FromStringAndSize(value, len);
H A Dlibffi_support.m1159 v = PyString_FromStringAndSize(args[i], count);
1165 v = PyString_FromStringAndSize(args[i], count);
/macosx-10.10.1/swig-12/Lib/python/
H A Dpystrings.swg94 return PyString_FromStringAndSize(carray, %numeric_cast(size,int));
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Modules/
H A D_CoreFoundation_CFBitVector.m88 PyObject* buffer = PyString_FromStringAndSize(NULL, (range.length+7)/8);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOSequence.h139 PWOString(const char *s, int sz): PWOSequence(PyString_FromStringAndSize(
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dctests.m215 PyTuple_SET_ITEM(input, 0, PyString_FromStringAndSize("\001", 1));
237 PyTuple_SET_ITEM(input, 0, PyString_FromStringAndSize("\001", 1));
262 PyTuple_SET_ITEM(v, 1, PyString_FromStringAndSize("\001", 1));
267 PyTuple_SET_ITEM(v, 1, PyString_FromStringAndSize("\002", 1));
/macosx-10.10.1/vim-55/src/
H A Dif_python.c162 # define PyString_FromStringAndSize dll_PyString_FromStringAndSize macro
300 {"PyString_FromStringAndSize", (PYTHON_PROC*)&dll_PyString_FromStringAndSize},
1632 result = PyString_FromStringAndSize(NULL, len);
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dtypes.c17 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
H A Dlibxml.c51 #define PY_IMPORT_STRING_SIZE PyString_FromStringAndSize
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.c363 string = PyString_FromStringAndSize(buffer, len);
3496 py_retval = PyString_FromStringAndSize((const char *) doc_txt,
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp633 PyObject *buffer = PyString_FromStringAndSize(0, length);

Completed in 148 milliseconds