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

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dnbbio.c203 if (np->write_pend == 0)
205 if (np->write_pend < 0 || np->write_pend > np->bufsize)
207 myname, np->fd, (long) np->write_pend);
208 count = write(np->fd, np->write_buf, np->write_pend);
210 np->write_pend -= count;
211 if (np->write_pend > 0)
212 memmove(np->write_buf, np->write_buf + count, np->write_pend);
296 if (np->write_pend <= 0)
356 np->write_pend
[all...]
H A Dnbbio.h36 ssize_t write_pend; /* nr of unwritten bytes */ member in struct:__anon11890
61 #define NBBIO_WRITE_PEND(np) ((np)->write_pend)

Completed in 193 milliseconds