Searched refs:commits (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Dtestcurl.pl394 my @commits;
399 # get the last 5 commits for show (even if no pull was made)
400 @commits=`git log --pretty=oneline --abbrev-commit -5`;
401 logit "The most recent curl git commits:";
402 for (@commits) {
412 # get the last 5 commits for show (even if no pull was made)
413 @commits=`git log --pretty=oneline --abbrev-commit -5`;
414 logit "The most recent ares git commits:";
415 for (@commits) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h333 SH_TAILQ_HEAD(__commit) commits;/* list of txns waiting to commit. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c516 * in the buffer. (Note that other commits in this buffer will wait
957 &lp->commits, commit, links, __db_commit);
1063 * How many flush calls (usually commits) did this call actually sync?
1070 SH_TAILQ_FOREACH(commit, &lp->commits, links, __db_commit)
1074 &lp->commits, commit, links, __db_commit);
1080 &lp->commits, commit, links, __db_commit);
1083 * If another thread commits and flushes
H A Dlog.c260 SH_TAILQ_INIT(&lp->commits);

Completed in 50 milliseconds