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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h168 #define APR_MAX_IOVEC_SIZE 1024 /**< System dependent maximum macro
171 #define APR_MAX_IOVEC_SIZE IOV_MAX macro
173 #define APR_MAX_IOVEC_SIZE MAX_IOVEC macro
175 #define APR_MAX_IOVEC_SIZE 1024 macro
479 * be smaller than #APR_MAX_IOVEC_SIZE. If it isn't, the function
549 * be smaller than #APR_MAX_IOVEC_SIZE. If it isn't, the function
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1327 for (i = 0, rv = APR_SUCCESS; i < veclen && rv == APR_SUCCESS; i += APR_MAX_IOVEC_SIZE) {
1329 veclen-i>APR_MAX_IOVEC_SIZE ? APR_MAX_IOVEC_SIZE : veclen-i , &written);

Completed in 77 milliseconds