OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msg_size_ok
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/showq/
showq.c
180
int
msg_size_ok
= 0;
local
222
if (
msg_size_ok
== 0 && strcmp(queue, MAIL_QUEUE_MAILDROP) != 0) {
223
msg_size_ok
= (start[strspn(start, "0123456789 ")] == 0
225
if (
msg_size_ok
== 0) {
296
if (
msg_size_ok
&& vstream_fseek(qfile, msg_size, SEEK_CUR) < 0)
Completed in 70 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026