Home
last modified time | relevance | path

Searched refs:gptr (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/opcache/jit/vtune/
H A Dittnotify_config.h466 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \ argument
477 (gptr)->thread_list = h; \
494 (gptr)->thread_list = h; \
500 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \ argument
510 (gptr)->domain_list = h; \
516 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \ argument
526 (gptr)->domain_list = h; \
541 (gptr)->string_list = h; \
556 (gptr)->string_list = h; \
573 (gptr)->counter_list = h; \
[all …]
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_compile.c9159 uint32_t *gptr, *gptrend; in get_branchlength() local
9378 for (gptr = cb->parsed_pattern; *gptr != META_END; gptr++) in get_branchlength()
9380 if (META_CODE(*gptr) == META_BIGVALUE) gptr++; in get_branchlength()
9381 else if (*gptr == (META_CAPTURE | group)) break; in get_branchlength()
9387 gptrend = parsed_skip(gptr + 1, PSKIP_KET); in get_branchlength()
9389 if (pptr > gptr && pptr < gptrend) goto ISNOTFIXED; /* Local recursion */ in get_branchlength()
9390 for (r = recurses; r != NULL; r = r->prev) if (r->groupptr == gptr) break; in get_branchlength()
9393 this_recurse.groupptr = gptr; in get_branchlength()
9400 gptr++; in get_branchlength()
9401 grouplength = get_grouplength(&gptr, FALSE, errcodeptr, lcptr, group, in get_branchlength()

Completed in 29 milliseconds