Home
last modified time | relevance | path

Searched defs:end (Results 1 – 25 of 120) sorted by last modified time

12345

/PHP-7.4/ext/phar/
H A Dphar.c101 char *key, *lasts, *end; in phar_split_cache_list() local
/PHP-7.4/main/
H A Dphp_variables.c291 char *end; member
547 static zend_always_inline int valid_environment_name(const char *name, const char *end) in valid_environment_name()
H A Dmain.c2079 zend_module_entry * const * end = ptr + count; in php_register_extensions() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4534 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
/PHP-7.4/ext/filter/
H A Dlogical_filters.c99 const char *end = str + str_len; in php_filter_parse_int() local
150 const char *end = str + str_len; in php_filter_parse_octal() local
173 const char *end = str + str_len; in php_filter_parse_hex() local
336 char *str, *end; in php_filter_float() local
719 const char *end = str + str_len; in _php_filter_validate_ipv4() local
758 char *end; in _php_filter_validate_ipv6() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c562 char *end = start; in calculate_unit_length() local
/PHP-7.4/ext/standard/
H A Darray.c1116 PHP_FUNCTION(end) in PHP_FUNCTION() argument
2733 #define RANGE_CHECK_DOUBLE_INIT_ARRAY(start, end) do { \ argument
2744 #define RANGE_CHECK_LONG_INIT_ARRAY(start, end) do { \ argument
H A Ddns.c444 static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store,… in php_parserr()
822 u_char *cp = NULL, *end = NULL; in PHP_FUNCTION() local
1056 u_char *cp, *end; in PHP_FUNCTION() local
H A Dfilestat.c1110 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c432 char *end; in php_libxml_input_buffer_create_filename() local
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1604 char *end; in PHP_FUNCTION() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c70 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ argument
72 #define onig_match_with_param(re, str, end, at, region, option, mp) \ argument
/PHP-7.4/ext/date/
H A Dphp_date.c4680 zval *start, *end = NULL, *interval; in PHP_METHOD() local
H A Dphp_date.h177 timelib_time *end; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c182 PCRE2_SPTR end; member
647 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
774 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
1242 PCRE2_SPTR end; in detect_early_fail() local
1617 PCRE2_SPTR end = bracketend(begin); in detect_repeat() local
1756 PCRE2_SPTR end = NULL; in set_private_data_ptrs() local
2969 PCRE2_SPTR end = bracketend(cc); in set_then_offsets() local
4034 const sljit_u8 *end = bitset + 32; in is_char7_bitset() local
5142 struct sljit_jump *end = NULL; in mainloop_entry() local
11138 PCRE2_SPTR end; in compile_iterator_matchingpath() local
[all …]
/PHP-7.4/ext/date/lib/
H A Dparse_date.c449 char *begin, *end, *str; in timelib_get_nr_ex() local
492 char *begin, *end, *str; in timelib_get_frac_nr() local
539 char *begin = *ptr, *end; in timelib_lookup_relative_text() local
572 char *begin = *ptr, *end; in timelib_lookup_month() local
619 char *begin = *ptr, *end; in timelib_lookup_relunit() local
715 char *begin = *ptr, *end; in timelib_lookup_abbr() local
744 char *begin = *ptr, *end; in timelib_parse_tz_cor() local
/PHP-7.4/Zend/
H A Dzend_vm_execute.h2771 zval *end = p + num_args; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER() local
H A Dzend_vm_def.h8277 zval *end = p + num_args; variable
H A Dzend_operators.c2636 register unsigned char *end = str + length; in zend_str_tolower_copy() local
2656 register unsigned char *end = p + length; in zend_str_tolower() local
2668 register const unsigned char *end = p + length; in zend_str_tolower_dup_ex() local
2696 register unsigned char *end = p + ZSTR_LEN(str); in zend_string_tolower_ex() local
3181 …_memnstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
3215 …memnrstr_ex(const char *haystack, const char *needle, size_t needle_len, const char *end) /* {{{ */
H A Dzend_API.c1263 zval *end = src + class_type->default_properties_count; in _object_properties_init() local
1883 Bucket *end = b1 + count; in zend_sort_modules() local
2861 zval *end = p + class_type->default_properties_count; in display_disabled_class() local
3517 zval *end = p + fci->param_count; in zend_fcall_info_args_clear() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c4377 zend_long charset_token, encoding_token, end_token, end, offset=0, i; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1509 char *end = p + memory_used; in cache_script_in_shared_memory() local
1521 char *end = p + memory_used; in cache_script_in_shared_memory() local
2787 long unsigned int start, end, offset, inode; in accel_move_code_to_huge_pages() local
3362 Bucket *end = b1 + count; in preload_sort_classes() local
3857 zend_op *end = opline + op_array->last; in preload_link() local
3985 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes() local
4025 zend_op *end = opline + script->script.main_op_array.last; in preload_remove_empty_includes() local
4158 char *end = p + memory_used; in preload_script_in_shared_memory() local
4170 char *end = p + memory_used; in preload_script_in_shared_memory() local
4231 Bucket *end = p + script->function_table.nNumUsed; in preload_load() local
[all …]
/PHP-7.4/ext/xml/
H A Dcompat.c503 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c425 char *end = P->outbuf + P->len; in odbc_stmt_param_hook() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1772 struct timeval start, end; local
1774 time_t start, end; local

Completed in 425 milliseconds

12345