Searched refs:cur_ip (Results 1 – 4 of 4) sorted by relevance
68 stream->cur_ip += len; in emit_length()80 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()81 stream->cur_ip++; in emit_code()85 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()87 stream->cur_ip += 2; in emit_code()91 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()92 stream->cur_ip += 4; in emit_code()601 *size = stream.cur_ip; in bpf_jit_compile()624 stream.cur_ip = 0; in bpf_jit_compile()
101 int cur_ip; member
68 stream->cur_ip += len; in emit_length()80 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()81 stream->cur_ip++; in emit_code()85 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()87 stream->cur_ip += 2; in emit_code()91 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()92 stream->cur_ip += 4; in emit_code()631 *size = stream.cur_ip; in bpf_jit_compile()654 stream.cur_ip = 0; in bpf_jit_compile()
76 int cur_ip; member