Searched refs:pBytes (Results 1 – 3 of 3) sorted by relevance
327 PyObject* pBytes = in getPythonJSON() local330 pBytes, &pyDecRef); in getPythonJSON()331 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
192 PyObject* pBytes = in getPythonJSON() local195 pBytes, &pyDecRef); in getPythonJSON()196 const char* output = PyBytes_AS_STRING(pBytes); in getPythonJSON()
248 PyObject* pBytes = PyUnicode_AsEncodedString(item, "utf-8", "~E~"); in getPlugins() local249 const char* output = PyBytes_AS_STRING(pBytes); in getPlugins()250 Py_XDECREF(pBytes); in getPlugins()