Home
last modified time | relevance | path

Searched refs:PyCF_Python2CF_simple (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c150 return PyCF_Python2CF_simple(src, dst); in PyCF_Python2CF()
155 return PyCF_Python2CF_simple(src, dst); in PyCF_Python2CF()
244 PyCF_Python2CF_simple(PyObject *src, CFTypeRef *dst) { in PyCF_Python2CF_simple() function
Dpycfbridge.h10 extern int PyCF_Python2CF_simple(PyObject *src, CFTypeRef *dst);