|
Tor 0.4.9.3-alpha-dev
|
Data Fields | |
| char * | windows_environment_block |
| char ** | unixoid_environment_block |
| char** unixoid_environment_block |
A pointer to a NULL-terminated array of pointers to NUL-terminated strings of the form "NAME=VALUE".
Definition at line 27 of file env.h.
Referenced by process_environment_free_(), process_environment_make(), and process_unix_exec().
| char* windows_environment_block |
A pointer to a sorted empty-string-terminated sequence of NUL-terminated strings of the form "NAME=VALUE".
Definition at line 24 of file env.h.
Referenced by process_environment_free_(), and process_environment_make().