Home
last modified time | relevance | path

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

/php-src/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.c6651 jump_list *not_found = NULL; in search_requested_char() local
6678 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6684 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char()
6716 return not_found; in search_requested_char()
/php-src/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.c889 goto not_found;
893 goto not_found;
910 goto not_found;
925 goto not_found;
956 goto not_found;
980 goto not_found;
1001 not_found:
/php-src/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-src/ext/date/
H A Dphp_date.c3995 int dst, not_found; in timezone_initialize() local
4006 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
4016 if (!not_found && (*tz != '\0')) { in timezone_initialize()
4024 if (not_found) { in timezone_initialize()

Completed in 81 milliseconds