Home | History | Annotate | Download | only in ssl

Lines Matching full:vectors

1814 ssl_WriteV(PRFileDesc *fd, const PRIOVec *iov, PRInt32 vectors, 
1827 if (vectors > PR_MAX_IOVECTOR_SIZE) {
1834 #define KILL_VECTORS while (vectors && !iov->iov_len) { ++iov; --vectors; }
1835 #define GET_VECTOR do { myIov = *iov++; --vectors; KILL_VECTORS } while (0)
1860 if (!vectors)
1863 if (!vectors) {
1870 while (vectors && left) {
1883 while (vectors || myIov.iov_len) {
1896 if (!vectors || myIov.iov_len > limit) {
1900 } else if (vectors > 1 &&
1921 if (!vectors /* no more left */
1928 } else if (vectors > 1 &&