Lines Matching refs:PUT

4043     if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);  in adjust_recurse()
4055 PUT(hc, 0, offset + adjust); in adjust_recurse()
4081 PUT(code, 0, (int)(ptr - cd->start_pattern)); /* Pattern offset */ in auto_callout()
4082 PUT(code, LINK_SIZE, 0); /* Default length */ in auto_callout()
4108 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
5633 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5786 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
5788 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5799 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6214 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6295 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6314 PUT(bra, 1, offset); in compile_branch()
6407 PUT(bracode, 1, nlen); in compile_branch()
6541 PUT(tempcode, 1, len); in compile_branch()
6590 PUT(tempcode, 1, len); in compile_branch()
7145 PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */ in compile_branch()
7146 PUT(code, LINK_SIZE, 0); /* Default length */ in compile_branch()
7637 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch()
8378 PUT(code, 1, 0); in compile_regex()
8505 PUT(reverse_count, 0, fixed_length); in compile_regex()
8525 PUT(last_branch, 1, branch_length); in compile_regex()
8535 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
8554 PUT(start_bracket, 1, (int)(code - start_bracket)); in compile_regex()
8556 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
8604 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
9546 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
9613 PUT(cc, 1, fixed_length); in pcre_compile2()