Searched refs:not_found (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 380 jump_list *not_found = NULL; in fast_requested_char_simd() local 402 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 466 add_jump(compiler, ¬_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, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 1546 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 1585 add_jump(compiler, ¬_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 D | pcre2_jit_compile.c | 6663 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, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in search_requested_char() 6728 return not_found; in search_requested_char()
|
/php-src/Zend/ |
H A D | zend_enum.c | 299 goto not_found; in zend_enum_get_case_by_value() 312 not_found: in zend_enum_get_case_by_value()
|
H A D | zend_alloc.c | 923 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-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.c | 681 goto not_found; in lxb_selectors_state_pseudo_class_function() 772 not_found: in lxb_selectors_state_pseudo_class_function()
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.c | 733 goto not_found; in lxb_selectors_state_pseudo_class_function() 824 not_found: in lxb_selectors_state_pseudo_class_function()
|
/php-src/ext/date/ |
H A D | php_date.c | 3976 int dst, not_found; in timezone_initialize() local 3987 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, ¬_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize() 3997 if (!not_found && (*tz != '\0')) { in timezone_initialize() 4005 if (not_found) { in timezone_initialize()
|
Completed in 73 milliseconds