OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FREE_AND_WIPE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_xforward.c
104
#define
FREE_AND_WIPE
(s) { if (s) myfree(s); s = 0; }
107
FREE_AND_WIPE
(state->xforward.name);
108
FREE_AND_WIPE
(state->xforward.addr);
109
FREE_AND_WIPE
(state->xforward.port);
110
FREE_AND_WIPE
(state->xforward.namaddr);
111
FREE_AND_WIPE
(state->xforward.rfc_addr);
112
FREE_AND_WIPE
(state->xforward.protocol);
113
FREE_AND_WIPE
(state->xforward.helo_name);
114
FREE_AND_WIPE
(state->xforward.ident);
115
FREE_AND_WIPE
(state->xforward.domain)
[
all
...]
/src/external/ibm-public/postfix/dist/src/global/
mail_stream.c
152
#define
FREE_AND_WIPE
(free, arg) do { if (arg) free(arg); arg = 0; } while (0)
162
FREE_AND_WIPE
(myfree, info->queue);
163
FREE_AND_WIPE
(myfree, info->id);
164
FREE_AND_WIPE
(myfree, info->class);
165
FREE_AND_WIPE
(myfree, info->service);
558
FREE_AND_WIPE
(myfree, info->class);
564
FREE_AND_WIPE
(myfree, info->service);
/src/external/ibm-public/postfix/dist/src/util/
dict_cache.c
452
#define
FREE_AND_WIPE
(s) do { if (s) { myfree(s); (s) = 0; } } while (0)
455
FREE_AND_WIPE
(cp->saved_curr_key);
456
FREE_AND_WIPE
(cp->saved_curr_val);
Completed in 31 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026