OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NBBIO_FLAG_WRITE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
nbbio.h
42
#define
NBBIO_FLAG_WRITE
(1<<1)
49
((np)->flags &
NBBIO_FLAG_WRITE
) ? "write" : \
53
(NBBIO_FLAG_READ |
NBBIO_FLAG_WRITE
)
nbbio.c
109
/* active),
NBBIO_FLAG_WRITE
(write pseudothread is active),
301
if (np->flags & (NBBIO_MASK_ACTIVE & ~
NBBIO_FLAG_WRITE
))
314
if ((np->flags &
NBBIO_FLAG_WRITE
) == 0) {
316
np->flags |=
NBBIO_FLAG_WRITE
;
/src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.c
990
if (NBBIO_ACTIVE_FLAGS(plaintext_buf) &
NBBIO_FLAG_WRITE
)
Completed in 15 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026