Home
last modified time | relevance | path

Searched refs:PyConfig_SetBytesString (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h229 PyAPI_FUNC(PyStatus) PyConfig_SetBytesString(
/third_party/python/Modules/_xxtestfuzz/
Dfuzzer.c463 status = PyConfig_SetBytesString(&config, &config.program_name, *argv[0]); in LLVMFuzzerInitialize()
/third_party/python/Programs/
D_testembed.c644 status = PyConfig_SetBytesString(&config, &config.platlibdir, "my_platlibdir"); in test_init_from_config()
1413 status = PyConfig_SetBytesString(&config, &config.program_name, in test_init_read_set()
/third_party/python/Doc/c-api/
Dsys.rst123 API with the :c:func:`PyConfig_SetBytesString` function which ensures
Dinit_config.rst450 ….. c:function:: PyStatus PyConfig_SetBytesString(PyConfig *config, wchar_t * const *config_str, co…
1308 status = PyConfig_SetBytesString(&config, &config.program_name,
/third_party/python/Python/
Dinitconfig.c910 PyConfig_SetBytesString(PyConfig *config, wchar_t **config_str, in PyConfig_SetBytesString() function
/third_party/python/Doc/whatsnew/
D3.8.rst316 * :c:func:`PyConfig_SetBytesString`