Lines Matching refs:PUT
4042 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
4054 PUT(hc, 0, offset + adjust); in adjust_recurse()
4080 PUT(code, 0, (int)(ptr - cd->start_pattern)); /* Pattern offset */ in auto_callout()
4081 PUT(code, LINK_SIZE, 0); /* Default length */ in auto_callout()
4107 PUT(previous_callout, 2 + LINK_SIZE, length); in complete_callout()
5566 PUT(previous, 1, (int)(code - previous)); in compile_branch()
5704 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
5706 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
5717 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6132 PUT(cd->hwm, 0, GET(hc, 0) + len); in compile_branch()
6213 PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1)); in compile_branch()
6232 PUT(bra, 1, offset); in compile_branch()
6325 PUT(bracode, 1, nlen); in compile_branch()
6459 PUT(tempcode, 1, len); in compile_branch()
6508 PUT(tempcode, 1, len); in compile_branch()
7055 PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */ in compile_branch()
7056 PUT(code, LINK_SIZE, 0); /* Default length */ in compile_branch()
7547 PUT(code, 1, (int)(called - cd->start_code)); in compile_branch()
8321 PUT(code, 1, 0); in compile_regex()
8448 PUT(reverse_count, 0, fixed_length); in compile_regex()
8468 PUT(last_branch, 1, branch_length); in compile_regex()
8478 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
8497 PUT(start_bracket, 1, (int)(code - start_bracket)); in compile_regex()
8499 PUT(code, 1, (int)(code - start_bracket)); in compile_regex()
8547 PUT(code, 1, (int)(code - last_branch)); in compile_regex()
9488 else PUT(((pcre_uchar *)codestart), offset, (int)(groupptr - codestart)); in pcre_compile2()
9555 PUT(cc, 1, fixed_length); in pcre_compile2()