Searched refs:NUM_WRITE_IOVEC (Results 1 – 1 of 1) sorted by relevance
1996 #define NUM_WRITE_IOVEC UIO_MAXIOV macro1998 #define NUM_WRITE_IOVEC IOV_MAX macro2000 #define NUM_WRITE_IOVEC DEFAULT_WRITE_IOVEC macro2008 #define NUM_WRITE_IOVEC 16 macro2275 IOV_TYPE iov[NUM_WRITE_IOVEC]; in evbuffer_write_iovec()2286 while (chain != NULL && i < NUM_WRITE_IOVEC && howmuch) { in evbuffer_write_iovec()