Lines Matching refs:PUT

2826       PUT(hc, 0, offset + adjust);  in adjust_recurse()
2837 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
2866 PUT(code, 0, (int)(ptr - cd->start_pattern)); /* Pattern offset */ in auto_callout()
2867 PUT(code, LINK_SIZE, 0); /* Default length */ in auto_callout()
2893 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
4687 PUT(previous, 1, (int)(code - previous)); in compile_branch()
4791 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
4793 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
4804 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
5260 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
5342 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
5361 PUT(bra, 1, offset); in compile_branch()
5448 PUT(bracode, 1, nlen); in compile_branch()
5564 PUT(tempcode, 1, len); in compile_branch()
6030 PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */ in compile_branch()
6031 PUT(code, LINK_SIZE, 0); /* Default length */ in compile_branch()
6415 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch()
7156 PUT(code, 1, 0); in compile_regex()
7283 PUT(reverse_count, 0, fixed_length); in compile_regex()
7303 PUT(last_branch, 1, branch_length); in compile_regex()
7313 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
7328 PUT(start_bracket, 1, (int)(code - start_bracket)); in compile_regex()
7330 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
7378 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
8166 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
8218 PUT(cc, 1, fixed_length); in pcre_compile2()