OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scache_request
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/scache/
scache.c
191
static VSTRING *
scache_request
;
variable
449
RECV_ATTR_STR(MAIL_ATTR_REQ,
scache_request
),
451
if (VSTREQ(
scache_request
, SCACHE_REQ_SAVE_DEST)) {
453
} else if (VSTREQ(
scache_request
, SCACHE_REQ_FIND_DEST)) {
455
} else if (VSTREQ(
scache_request
, SCACHE_REQ_SAVE_ENDP)) {
457
} else if (VSTREQ(
scache_request
, SCACHE_REQ_FIND_ENDP)) {
461
STR(
scache_request
));
527
scache_request
= vstring_alloc(10);
scache.c
191
static VSTRING *
scache_request
;
variable
449
RECV_ATTR_STR(MAIL_ATTR_REQ,
scache_request
),
451
if (VSTREQ(
scache_request
, SCACHE_REQ_SAVE_DEST)) {
453
} else if (VSTREQ(
scache_request
, SCACHE_REQ_FIND_DEST)) {
455
} else if (VSTREQ(
scache_request
, SCACHE_REQ_SAVE_ENDP)) {
457
} else if (VSTREQ(
scache_request
, SCACHE_REQ_FIND_ENDP)) {
461
STR(
scache_request
));
527
scache_request
= vstring_alloc(10);
Completed in 143 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026