Home
last modified time | relevance | path

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

/PHP-8.1/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.c6422 jump_list *not_found = NULL; in search_requested_char() local
6449 not_found = fast_requested_char_simd(common, req_char, oc); in search_requested_char()
6455 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char()
6487 return not_found; in search_requested_char()
/PHP-8.1/Zend/
H A Dzend_alloc.c868 goto not_found;
872 goto not_found;
889 goto not_found;
904 goto not_found;
935 goto not_found;
959 goto not_found;
980 not_found:
/PHP-8.1/ext/date/
H A Dphp_date.c3463 int dst, not_found; in timezone_initialize() local
3472 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
3480 if (!not_found && (*tz != '\0')) { in timezone_initialize()
3486 if (not_found) { in timezone_initialize()

Completed in 67 milliseconds