Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzDiffMethodElemAt | elem_at |
RzDiffMethodElemHash | elem_hash |
RzDiffMethodCompare | compare |
RzDiffMethodIgnore | ignore |
RzDiffMethodStringify | stringify |
RzDiffMethodFree | free |
RzDiffMethodCompare methods_internal_t::compare |
Definition at line 83 of file diff.c.
Referenced by find_longest_match(), rz_diff_generic_new(), and set_b().
RzDiffMethodElemAt methods_internal_t::elem_at |
Definition at line 81 of file diff.c.
Referenced by count_newlines(), diff_unified_append_data(), diff_unified_json_data(), diff_unified_lines_hl(), find_longest_match(), rz_diff_generic_new(), and set_b().
RzDiffMethodElemHash methods_internal_t::elem_hash |
Definition at line 82 of file diff.c.
Referenced by rz_diff_generic_new(), and set_b().
RzDiffMethodFree methods_internal_t::free |
Definition at line 86 of file diff.c.
Referenced by rz_diff_generic_new().
RzDiffMethodIgnore methods_internal_t::ignore |
Definition at line 84 of file diff.c.
Referenced by find_longest_match(), rz_diff_bytes_new(), rz_diff_generic_new(), rz_diff_lines_new(), and set_b().
RzDiffMethodStringify methods_internal_t::stringify |
Definition at line 85 of file diff.c.
Referenced by count_newlines(), diff_unified_append_data(), diff_unified_json_data(), diff_unified_lines_hl(), and rz_diff_generic_new().