Home
last modified time | relevance | path

Searched defs:end (Results 76 – 100 of 120) sorted by relevance

12345

/PHP-7.4/ext/phar/
H A Dzip.c166 const char *end = s + n + sizeof("PK\5\6") - 1 - sizeof(phar_zip_dir_end); in phar_find_eocd() local
H A Dutil.c1384 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
/PHP-7.4/ext/standard/
H A Dfilestat.c1110 …realpath_cache_bucket **buckets = realpath_cache_get_buckets(), **end = buckets + realpath_cache_m… in PHP_FUNCTION() local
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 Dfile.c1944 char *end = ch + ZSTR_LEN(field_str); in php_fputcsv() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1772 struct timeval start, end; local
1774 time_t start, end; local
/PHP-7.4/Zend/
H A Dzend_alloc.c566 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
598 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
630 int end = (start + len - 1) / ZEND_MM_BITSET_LEN; local
1191 zend_mm_free_slot *p, *end; local
H A Dzend_generators.c377 zval *end = zv + (EX_NUM_ARGS() - op_array->num_args); in zend_generator_get_gc() local
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/xml/
H A Dcompat.c503 XML_SetElementHandler(XML_Parser parser, XML_StartElementHandler start, XML_EndElementHandler end) in XML_SetElementHandler()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h349 #define FORWARDCHARTEST(eptr,end) while(eptr < end && (*eptr & 0xc0u) == 0x80u) eptr++ argument
455 #define FORWARDCHARTEST(eptr,end) if (eptr < end && (*eptr & 0xfc00u) == 0xdc00u) eptr++ argument
529 #define FORWARDCHARTEST(eptr,end) do { } while (0) argument
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2268 char *value, *end; in to_xml_array() local
2451 char *type, *end, *ns; in to_zval_array() local
2504 char *type, *end; in to_zval_array() local
H A Dphp_schema.c500 char *str, *start, *end, *next; in schema_union() local
/PHP-7.4/ext/zlib/
H A Dzlib.c774 zend_string **end, **ptr = strings - 1; in zlib_create_dictionary_string() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c783 char *end = param->str + param->len, *p = param->str; in PHPDBG_COMMAND() local
H A Dphpdbg.c474 zend_op *end = op_array->opcodes + op_array->last; in phpdbg_oplog_fill_executable() local
/PHP-7.4/ext/libxml/
H A Dlibxml.c432 char *end; in php_libxml_input_buffer_create_filename() local
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1132 size_t n, k, len, start, end; in mbfl_substr() local
1300 const unsigned char *end = NULL; in mbfl_strcut() local
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1604 char *end; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h237 zend_string *end; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1313 const char *end; in mcopy() local
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1524 char *pathbuf, *end; in _php_stream_fopen_with_path() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c457 #define BFEXTU(dst, src, start, end) \ argument
460 #define BFEXTS(dst, src, start, end) \ argument
/PHP-7.4/main/
H A Dmain.c2079 zend_module_entry * const * end = ptr + count; in php_register_extensions() local
/PHP-7.4/ext/sodium/
H A Dlibsodium.c2716 const char *end; in PHP_FUNCTION() local
2784 const char *end; in PHP_FUNCTION() local

Completed in 197 milliseconds

12345