Home
last modified time | relevance | path

Searched refs:_Py_FreeCharPArray (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_posixsubprocess.c1000 _Py_FreeCharPArray(envp); in subprocess_fork_exec()
1004 _Py_FreeCharPArray(argv); in subprocess_fork_exec()
1006 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec()
/third_party/python/Include/cpython/
Dabstract.h361 PyAPI_FUNC(void) _Py_FreeCharPArray(char *const array[]);
/third_party/python/Objects/
Dabstract.c2973 _Py_FreeCharPArray(array); in _PySequence_BytesToCharpArray()
2980 _Py_FreeCharPArray(char *const array[]) in _Py_FreeCharPArray() function