Searched refs:NUM_WRITE_IOVEC (Results 1 – 1 of 1) sorted by relevance
2188 #define NUM_WRITE_IOVEC UIO_MAXIOV macro2190 #define NUM_WRITE_IOVEC IOV_MAX macro2192 #define NUM_WRITE_IOVEC DEFAULT_WRITE_IOVEC macro2200 #define NUM_WRITE_IOVEC 16 macro2419 IOV_TYPE iov[NUM_WRITE_IOVEC]; in evbuffer_write_iovec()2430 while (chain != NULL && i < NUM_WRITE_IOVEC && howmuch) { in evbuffer_write_iovec()