Searched refs:_Py_FreeCharPArray (Results 1 – 3 of 3) sorted by relevance
722 _Py_FreeCharPArray(envp); in subprocess_fork_exec()724 _Py_FreeCharPArray(argv); in subprocess_fork_exec()725 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec()746 _Py_FreeCharPArray(envp); in subprocess_fork_exec()748 _Py_FreeCharPArray(argv); in subprocess_fork_exec()750 _Py_FreeCharPArray(exec_array); in subprocess_fork_exec()
1093 PyAPI_FUNC(void) _Py_FreeCharPArray(char *const array[]);
2622 _Py_FreeCharPArray(array); in _PySequence_BytesToCharpArray()2629 _Py_FreeCharPArray(char *const array[]) in _Py_FreeCharPArray() function