$treeview $search $mathjax $extrastylesheet
librsync
2.3.0
$projectbrief
|
$projectbrief
|
$searchbox |
encoding output routines. More...
Go to the source code of this file.
Functions | |
void | rs_emit_delta_header (rs_job_t *job) |
Write the magic for the start of a delta. | |
void | rs_emit_literal_cmd (rs_job_t *job, int len) |
Write a LITERAL command. | |
void | rs_emit_copy_cmd (rs_job_t *job, rs_long_t where, rs_long_t len) |
Write a COPY command for given offset and length. | |
void | rs_emit_end_cmd (rs_job_t *job) |
Write an END command. |
encoding output routines.
Definition in file emit.c.
void rs_emit_delta_header | ( | rs_job_t * | job | ) |
void rs_emit_literal_cmd | ( | rs_job_t * | job, | |
int | len | |||
) |
void rs_emit_copy_cmd | ( | rs_job_t * | job, | |
rs_long_t | where, | |||
rs_long_t | len | |||
) |