Searched refs:write_pend (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dnbbio.c212 if (np->write_pend == 0)
214 if (np->write_pend < 0 || np->write_pend > np->bufsize)
216 myname, np->fd, (long) np->write_pend);
217 count = write(np->fd, np->write_buf, np->write_pend);
219 np->write_pend -= count;
220 if (np->write_pend > 0)
221 memmove(np->write_buf, np->write_buf + count, np->write_pend);
307 if (np->write_pend <= 0)
369 np->write_pend
[all...]
H A Dnbbio.h38 ssize_t write_pend; /* nr of unwritten bytes */ member in struct:__anon15735
63 #define NBBIO_WRITE_PEND(np) ((np)->write_pend)

Completed in 175 milliseconds