Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_posixsubprocess.c715 _Py_FreeCharPArray(envp); in subprocess_fork_exec()
717 _Py_FreeCharPArray(argv); in subprocess_fork_exec()
718 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec()
738 _Py_FreeCharPArray(envp); in subprocess_fork_exec()
740 _Py_FreeCharPArray(argv); in subprocess_fork_exec()
742 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec()
/external/python/cpython3/Include/
Dabstract.h1362 PyAPI_FUNC(void) _Py_FreeCharPArray(char *const array[]);
/external/python/cpython3/Objects/
Dabstract.c3216 _Py_FreeCharPArray(array); in _PySequence_BytesToCharpArray()
3223 _Py_FreeCharPArray(char *const array[]) in _Py_FreeCharPArray() function