Searched refs:send_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1995 int send_count = 0;
2118 if (limit && ++send_count >= limit)
2399 apr_uint64_t send_count = 0;
2425 send_count = end - start + 1;
2426 if (limit > 0 && send_count > limit)
2427 send_count = limit;
2428 for (i = 0; i < send_count; ++i)
1994 int send_count = 0; local
2398 apr_uint64_t send_count = 0; local
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_ioc32.c516 int send_count; /**< Number of buffers to send */ member in struct:drm_dma32
540 d.send_count = d32->send_count;
H A Ddrm.h393 int send_count; /**< Number of buffers to send */ member in struct:drm_dma

Completed in 117 milliseconds