Searched refs:pBytes (Results 1 – 3 of 3) sorted by relevance
333 PyObject* pBytes = in getPythonJSON() local336 pBytes, &pyDecRef); in getPythonJSON()337 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
199 PyObject* pBytes = in getPythonJSON() local202 pBytes, &pyDecRef); in getPythonJSON()203 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
260 PyObject* pBytes = PyUnicode_AsEncodedString(item, "utf-8", "~E~"); in getPlugins() local261 const char* output = PyBytes_AS_STRING(pBytes); in getPlugins()262 Py_XDECREF(pBytes); in getPlugins()