Searched refs:patch_operation (Results 1 – 1 of 1) sorted by relevance
740 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enum742 static enum patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case… in decode_patch_operation()812 enum patch_operation opcode = INVALID; in apply_patch()