Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 108) sorted by last modified time

12345

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c847 cc += GET(cc, 1); in no_alternatives()
1889 size = GET(cc, 1); in set_private_data_ptrs()
5468 cc += GET(cc, 1); in scan_prefix()
9593 cc += GET(cc, 1); in compile_assert_matchingpath()
9780 cc += GET(cc, 1); in compile_assert_matchingpath()
10189 cc += GET(cc, 1); in compile_bracket_matchingpath()
10585 cc += GET(cc, 1); in compile_bracket_matchingpath()
10854 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
12395 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
13228 cc += GET(cc, 1); in compile_recurse()
[all …]
H A Dpcre2_match.c300 cb->pattern_position = GET(Fecode, 1); in do_callout()
5014 Fecode += GET(Fecode, 1); in match()
5056 Lnext_branch = Fecode + GET(Fecode, 1); in match()
5107 Fecode += GET(Fecode, 1); in match()
5124 bracode = mb->start_code + GET(Fecode, 1); in match()
5219 Fecode += GET(Fecode, 1); in match()
5252 Fecode += GET(Fecode, 1); in match()
5483 number = GET(Fecode, 1); in match()
5530 bracode = Fecode - GET(Fecode, 1); in match()
5603 uint32_t y = GET(P->ecode,1); in match()
[all …]
H A Dpcre2_study.c116 PCRE2_SPTR nextbranch = code + GET(code, 1); in find_minlength()
158 cs = cc + GET(cc, 1); in find_minlength()
190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
239 nextbranch = cc + GET(cc, 1); in find_minlength()
253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
280 cc += GET(cc, 1 + 2*LINK_SIZE); in find_minlength()
290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
420 cc += GET(cc, 1); in find_minlength()
1162 tcode += GET(tcode, 1 + 2*LINK_SIZE); in set_start_bits()
[all …]
H A Dpcre2_dfa_match.c371 cb->pattern_position = GET(code, 1 + extracode); in do_callout()
594 end_code += GET(end_code, 1); in internal_dfa_match()
643 end_code += GET(end_code, 1); in internal_dfa_match()
679 end_code += GET(end_code, 1); in internal_dfa_match()
918 code += GET(code, 1); in internal_dfa_match()
927 code += GET(code, 1); in internal_dfa_match()
931 code += GET(code, 1); in internal_dfa_match()
939 code += 1 + GET(code, 2); in internal_dfa_match()
946 code += 1 + GET(code, 2); in internal_dfa_match()
2587 ecode = code + GET(code, 1); in internal_dfa_match()
[all …]
H A Dpcre2_compile.c4770 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
4774 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
4782 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
6499 tc += GET(tc,1); in compile_branch()
7268 oldlinkoffset = GET(bra, 1); in compile_branch()
7590 tempcode += GET(tempcode, 1); in compile_branch()
8340 code += GET(code, 1); in is_anchored()
8473 code += GET(code, 1); in is_startline()
8509 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
8729 code += GET(code, 1); in find_firstassertedcu()
[all …]
H A Dpcre2_auto_possess.c460 end = code + GET(code, 0) - 1; in get_chr_property_list()
560 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
568 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
602 switch(*(code - GET(code, 1))) in compare_opcodes()
649 next_code = code + GET(code, 1); in compare_opcodes()
660 next_code += GET(next_code, 1); in compare_opcodes()
673 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
1181 repeat_opcode = code + GET(code, 1); in PRIV()
1249 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
1254 code += GET(code, 1); in PRIV()
H A Dpcre2_printint.c377 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
402 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
586 if (print_lengths) fprintf(f, "%3d ", GET(code, 1)); in pcre2_printint()
614 GET(code, 1), GET(code, 1 + LINK_SIZE)); in pcre2_printint()
620 extra = GET(code, 1 + 2*LINK_SIZE); in pcre2_printint()
628 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), in pcre2_printint()
629 GET(code, 1 + LINK_SIZE)); in pcre2_printint()
655 extra = GET(code, 1); in pcre2_printint()
H A Dpcre2_intmodedep.h61 #undef GET
108 #define GET(a,n) \ macro
117 #define GET(a,n) \ macro
127 #define GET(a,n) \ macro
145 #define GET(a,n) \ macro
155 #define GET(a,n) \ macro
171 #define GET(a,n) \ macro
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc548 'REQUEST_METHOD' => 'GET',
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_009.phpt26 string(21) "GET /get.inc HTTP/1.1"
29 string(21) "GET /get.inc HTTP/1.1"
/PHP-7.4/sapi/cli/tests/
H A Dbug81305.phpt16 GET / HTTP/1.1
H A Dbug73630.phpt24 GET $path HTTP/1.1
H A Dphp_cli_server_021.phpt16 GET / HTTP/1.1
H A Dbug66830.phpt19 GET / HTTP/1.1
H A Dbug67429_1.phpt20 GET / HTTP/1.1
H A Dbug67429_2.phpt20 GET / HTTP/1.1
H A Dbug68745.phpt15 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
H A Dbug70470.phpt14 fwrite($fp, "GET / HTTP/1.1\r\n");
H A Demptyheader.phpt15 fwrite($fp, "GET / HTTP/1.1\r\nUser-Agent\r\nAccept: */*\r\nReferer:\r\nHi\r\n\r\n");
H A Dbug61977.phpt25 GET /foo.{$mimetype} HTTP/1.1
H A Dbug65066_100.phpt18 GET / HTTP/1.1
H A Dphp_cli_server_015.phpt22 GET /index.php HTTP/1.1
H A Dbug65066_422.phpt18 GET / HTTP/1.1
/PHP-7.4/
H A Dphp.ini-development404 ; How many GET/POST/COOKIE input variables may be accepted
634 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
H A Dphp.ini-production404 ; How many GET/POST/COOKIE input variables may be accepted
634 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty

Completed in 160 milliseconds

12345