Searched refs:NUM_WRITE_IOVEC (Results 1 – 1 of 1) sorted by relevance
2177 #define NUM_WRITE_IOVEC UIO_MAXIOV macro2179 #define NUM_WRITE_IOVEC IOV_MAX macro2181 #define NUM_WRITE_IOVEC DEFAULT_WRITE_IOVEC macro2189 #define NUM_WRITE_IOVEC 16 macro2406 IOV_TYPE iov[NUM_WRITE_IOVEC]; in evbuffer_write_iovec()2417 while (chain != NULL && i < NUM_WRITE_IOVEC && howmuch) { in evbuffer_write_iovec()