PostgreSQL Source Code
git master
|
#include "c.h"
Go to the source code of this file.
Functions | |
int | pgwin32_putenv (const char *envval) |
int | pgwin32_setenv (const char *name, const char *value, int overwrite) |
int | pgwin32_unsetenv (const char *name) |
int pgwin32_putenv | ( | const char * | envval | ) |
int pgwin32_setenv | ( | const char * | name, |
const char * | value, | ||
int | overwrite | ||
) |
Definition at line 121 of file win32env.c.
References free, malloc, name, overwrite(), pgwin32_putenv(), res, sprintf, and value.
int pgwin32_unsetenv | ( | const char * | name | ) |
Definition at line 150 of file win32env.c.
References free, malloc, name, pgwin32_putenv(), res, and sprintf.