|
PostgreSQL Source Code git master
|
#include "c.h"
Go to the source code of this file.
Macros | |
| #define | __STDC_WANT_LIB_EXT1__ 1 /* needed to access memset_s() */ |
Functions | |
| static void | bzero2 (void *buf, size_t len) |
| void | explicit_bzero (void *buf, size_t len) |
Variables | |
| static void(*volatile | bzero_p )(void *, size_t) = bzero2 |
Definition at line 15 of file explicit_bzero.c.
Definition at line 44 of file explicit_bzero.c.
Definition at line 52 of file explicit_bzero.c.
References buf, bzero_p, and len.
Referenced by freePGconn(), oauth_exchange(), passwordFromFile(), pg_cryptohash_create(), pg_cryptohash_free(), pg_hmac_create(), pg_hmac_free(), pqClearOAuthToken(), pqReleaseConnHosts(), and run_ssl_passphrase_command().
Definition at line 49 of file explicit_bzero.c.
Referenced by explicit_bzero().