Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dlog.c1994 int send_count = 0; in do_logs() local
2117 if (limit && ++send_count >= limit) in do_logs()
2398 apr_uint64_t send_count = 0; in svn_repos_get_logs5() local
2424 send_count = end - start + 1; in svn_repos_get_logs5()
2425 if (limit > 0 && send_count > limit) in svn_repos_get_logs5()
2426 send_count = limit; in svn_repos_get_logs5()
2427 for (i = 0; i < send_count; ++i) in svn_repos_get_logs5()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_ioc32.c516 int send_count; /**< Number of buffers to send */ member
540 d.send_count = d32->send_count; in compat_drm_dma()
H A Ddrm.h393 int send_count; /**< Number of buffers to send */ member