Tor 0.4.9.0-alpha-dev
Data Fields
process_environment_t Struct Reference

Data Fields

char * windows_environment_block
 
char ** unixoid_environment_block
 

Detailed Description

Definition at line 21 of file env.h.

Field Documentation

◆ 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_().

◆ windows_environment_block

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_().


The documentation for this struct was generated from the following file: