Lines Matching refs:commit
130 .commit = 0,
223 rd->commit = 0;
406 rd->commit = end;
415 mbedtls_mps_size_t pending, commit;
430 commit = rd->commit;
440 if (commit < frag_offset || commit - frag_offset < frag_len) {
443 rd->end = commit;
477 if (commit < frag_offset) {
481 acc_backup_offset = commit;
482 acc_backup_len = frag_offset - commit;
485 frag_backup_offset = commit - frag_offset;
501 * since the last commit. */
502 rd->end = commit;
541 rd->commit = 0;