Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h380 jump_list *not_found = NULL; in fast_requested_char_simd() local
402 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
466 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
469 return not_found; in fast_requested_char_simd()
1436 jump_list *not_found = NULL; in fast_requested_char_simd() local
1460 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1546 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1585 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1587 return not_found; in fast_requested_char_simd()
2058 jump_list *not_found = NULL; in fast_requested_char_simd() local
[all …]
H A Dpcre2_jit_compile.c6663 jump_list *not_found = NULL; in search_requested_char() local
6690 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6696 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char()
6728 return not_found; in search_requested_char()
/PHP-8.4/Zend/
H A Dzend_enum.c299 goto not_found; in zend_enum_get_case_by_value()
312 not_found: in zend_enum_get_case_by_value()
H A Dzend_alloc.c923 goto not_found;
927 goto not_found;
944 goto not_found;
959 goto not_found;
990 goto not_found;
1014 goto not_found;
1035 not_found:
/PHP-8.4/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c733 goto not_found; in lxb_selectors_state_pseudo_class_function()
824 not_found: in lxb_selectors_state_pseudo_class_function()
/PHP-8.4/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c681 goto not_found; in lxb_selectors_state_pseudo_class_function()
772 not_found: in lxb_selectors_state_pseudo_class_function()
/PHP-8.4/ext/date/
H A Dphp_date.c4018 int dst, not_found; in timezone_initialize() local
4029 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
4039 if (!not_found && (*tz != '\0')) { in timezone_initialize()
4047 if (not_found) { in timezone_initialize()

Completed in 117 milliseconds