HomeSort by: relevance | last modified time | path
    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 49 milliseconds