Searched refs:cur_ip (Results 1 – 4 of 4) sorted by relevance
70 stream->cur_ip += len; in emit_length()82 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()83 stream->cur_ip++; in emit_code()87 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()89 stream->cur_ip += 2; in emit_code()93 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()94 stream->cur_ip += 4; in emit_code()603 *size = stream.cur_ip; in bpf_jit_compile()626 stream.cur_ip = 0; in bpf_jit_compile()
103 int cur_ip; member
70 stream->cur_ip += len; in emit_length()82 stream->ibuf[stream->cur_ip] = (u_char)value; in emit_code()83 stream->cur_ip++; in emit_code()87 *((u_short *)(void *)(stream->ibuf + stream->cur_ip)) = in emit_code()89 stream->cur_ip += 2; in emit_code()93 *((u_int *)(void *)(stream->ibuf + stream->cur_ip)) = value; in emit_code()94 stream->cur_ip += 4; in emit_code()633 *size = stream.cur_ip; in bpf_jit_compile()656 stream.cur_ip = 0; in bpf_jit_compile()
78 int cur_ip; member