Function regex::dfa::push_inst_ptr[][src]

fn push_inst_ptr(data: &mut Vec<u8>, prev: &mut u32, ip: u32)

Adds ip to data using delta encoding with respect to prev.

After completion, data will contain ip and prev will be set to ip.