Searched defs:commits (Results 1 - 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php15 total revisions: 2; selected revisions: 2 //don't store, is count of commits to the file
102 $commits = $props[13]; variable
103 /* parse commits */
104 while (preg_match($percommit_regex, $commits, $revs))
106 $commits = substr($commits, strlen($revs[0]) - 28); //leave the \-{28} in tact variable
109 wmysql_query("INSERT INTO `commits` SET `fid` = '$row[0]', `revision` = '$revs[1]', $q ON DUPLICATE KEY UPDATE $q");
/external/qemu/block/
H A Dvvfat.c350 array_t commits; member in struct:BDRVVVFATState
1338 * new files and directories (in s->commits).
1371 DLOG(fprintf(stderr, "clear_commits (%d commits)\n", s->commits.next));
1372 for (i = 0; i < s->commits.next; i++) {
1373 commit_t* commit = array_get(&(s->commits), i);
1381 s->commits.next = 0;
1387 commit_t* commit = array_get_next(&(s->commits));
1396 commit_t* commit = array_get_next(&(s->commits));
1406 commit_t* commit = array_get_next(&(s->commits));
[all...]

Completed in 166 milliseconds