Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbasic_functions.h248 char *putenv_string; member
H A Dbasic_functions.c3514 efree(pe->putenv_string); in php_putenv_destructor()
4187 pe.putenv_string = estrndup(setting, setting_len);
4226 unsetenv(pe.putenv_string);
4228 if (!p || putenv(pe.putenv_string) == 0) { /* success */
4231 if (putenv(pe.putenv_string) == 0) { /* success */
4241 efree(pe.putenv_string);
4274 efree(pe.putenv_string);

Completed in 30 milliseconds