Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpythonrun.c1399 …ng(PyObject *cmd, const char *funcname, const char *what, PyCompilerFlags *cf, PyObject **cmd_copy) in _Py_SourceAsString() argument
1405 *cmd_copy = NULL; in _Py_SourceAsString()
1422 *cmd_copy = PyBytes_FromStringAndSize( in _Py_SourceAsString()
1425 if (*cmd_copy == NULL) { in _Py_SourceAsString()
1428 str = PyBytes_AS_STRING(*cmd_copy); in _Py_SourceAsString()
1429 size = PyBytes_GET_SIZE(*cmd_copy); in _Py_SourceAsString()
1441 Py_CLEAR(*cmd_copy); in _Py_SourceAsString()
/third_party/python/Include/cpython/
Dpythonrun.h78 PyObject **cmd_copy);