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

/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dnotify.c57 svn_boolean_t sent_first_txdelta;
959 if (! nb->sent_first_txdelta)
961 nb->sent_first_txdelta = TRUE;
1195 if (nb->sent_first_txdelta)
1249 nb->sent_first_txdelta = FALSE;
55 svn_boolean_t sent_first_txdelta; member in struct:notify_baton
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dnotify.c53 svn_boolean_t sent_first_txdelta;
738 if (! nb->sent_first_txdelta)
740 nb->sent_first_txdelta = TRUE;
1022 nb->sent_first_txdelta = FALSE;
51 svn_boolean_t sent_first_txdelta; member in struct:notify_baton

Completed in 56 milliseconds