Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h375 jump_list *not_found = NULL; in fast_requested_char_simd() local
398 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
467 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_requested_char_simd()
491 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
494 return not_found; in fast_requested_char_simd()
1455 jump_list *not_found = NULL; in fast_requested_char_simd() local
1479 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1565 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1604 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
1606 return not_found; in fast_requested_char_simd()
H A Dpcre2_jit_compile.c6496 jump_list *not_found = NULL; in search_requested_char() local
6523 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6529 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char()
6561 return not_found; in search_requested_char()
/PHP-8.3/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.c887 goto not_found;
891 goto not_found;
908 goto not_found;
923 goto not_found;
954 goto not_found;
978 goto not_found;
999 not_found:
/PHP-8.3/ext/date/
H A Dphp_date.c3797 int dst, not_found; in timezone_initialize() local
3808 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
3818 if (!not_found && (*tz != '\0')) { in timezone_initialize()
3826 if (not_found) { in timezone_initialize()

Completed in 78 milliseconds