Home
last modified time | relevance | path

Searched refs:emalloc (Results 1 – 25 of 193) sorted by relevance

12345678

/PHP-8.3/ext/soap/
H A Dphp_schema.c69 enc = emalloc(sizeof(encode)); in create_encoder()
338 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
369 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
444 newType = emalloc(sizeof(sdlType)); in schema_list()
474 newType = emalloc(sizeof(sdlType)); in schema_list()
540 newType = emalloc(sizeof(sdlType)); in schema_union()
571 newType = emalloc(sizeof(sdlType)); in schema_union()
1138 newType = emalloc(sizeof(sdlType)); in schema_group()
1393 newType = emalloc(sizeof(sdlType)); in schema_complexType()
1424 newType = emalloc(sizeof(sdlType)); in schema_complexType()
[all …]
H A Dphp_sdl.c84 char *nscat = emalloc(len + 1); in get_element()
117 nscat = emalloc(len + 1); in get_encoder()
138 enc_nscat = emalloc(enc_len + 1); in get_encoder()
697 param = emalloc(sizeof(sdlParam)); in wsdl_message()
734 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
1063 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1216 s = emalloc(len+1); in sdl_deserialize_string()
1444 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1526 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1565 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/PHP-8.3/win32/
H A Dregistry.c54 reg_key = emalloc(main_key_len + sub_key_len + 1); in OpenPhpRegistryKey()
86 char *name = (char*)emalloc(max_name+1); in LoadDirectory()
87 char *value = (char*)emalloc(max_value+1); in LoadDirectory()
137 char *name = (char*)emalloc(max_key+1); in LoadDirectory()
138 char *new_path = (char*)emalloc(path_len+max_key+2); in LoadDirectory()
289 reg_location = emalloc(MAXPATHLEN+1); in GetIniPathFromRegistry()
/PHP-8.3/Zend/
H A Dzend_arena.h36 zend_arena *arena = (zend_arena*)emalloc(size); in zend_arena_create()
67 zend_arena *new_arena = (zend_arena*)emalloc(arena_size); in zend_arena_alloc()
142 zend_arena *arena = (zend_arena*) emalloc( in zend_arena_create()
172 return *arena->ptr++ = emalloc(size); in zend_arena_alloc()
H A Dzend_smart_str.c164 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()
171 str->c = emalloc(str->a + 1); in _smart_string_alloc()
H A Dzend_objects_API.h92 void *obj = emalloc(obj_size + zend_object_properties_size(ce)); in zend_object_alloc()
/PHP-8.3/ext/dba/libflatfile/
H A Dflatfile.c105 char *buf = emalloc(buf_size); in flatfile_delete()
154 char *buf = emalloc(buf_size); in flatfile_findkey()
198 char *buf = emalloc(buf_size); in flatfile_firstkey()
240 char *buf = emalloc(buf_size); in flatfile_nextkey()
/PHP-8.3/ext/com_dotnet/
H A Dcom_misc.c50 obj = emalloc(sizeof(*obj)); in php_com_wrap_dispatch()
72 obj = emalloc(sizeof(*obj)); in php_com_wrap_variant()
/PHP-8.3/main/streams/
H A Dphp_streams_int.h34 # define emalloc_rel_orig(size) emalloc((size))
/PHP-8.3/ext/standard/
H A Dcrypt.c96 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
111 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
H A Ddatetime.c46 str = emalloc(81); in php_std_date()
/PHP-8.3/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/PHP-8.3/ext/date/
H A Dconfig.w3214 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m435 #define timelib_malloc emalloc
/PHP-8.3/ext/fileinfo/libmagic/
H A Dbuffer.c76 if ((b->ebuf = emalloc(b->elen)) == NULL) in buffer_fill()
/PHP-8.3/ext/dom/
H A Ddom_iterators.c91 iter = emalloc(sizeof(nodeIterator)); in php_dom_libxml_hash_iter()
112 iter = emalloc(sizeof(notationIterator)); in php_dom_libxml_notation_iter()
281 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c234 buf = emalloc(8192); in odbc_stmt_execute()
354 P = emalloc(sizeof(*P)); in odbc_stmt_param_hook()
381 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
619 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
634 S->cols[colno].data = emalloc(256); in odbc_stmt_describe()
683 char *buf2 = emalloc(256); in odbc_stmt_get_col()
/PHP-8.3/ext/zend_test/
H A Diterators.c99 iterator = emalloc(sizeof(test_traversable_it)); in test_traversable_get_iterator()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp112 zoi_with_current *zoi_iter = static_cast<zoi_with_current*>(emalloc(sizeof *zoi_iter)); in _breakiterator_get_iterator()
226 ii->iterator = (zend_object_iterator*)emalloc(sizeof(zoi_break_iter_parts)); in IntlIterator_from_BreakIterator_parts()
/PHP-8.3/ext/posix/
H A Dposix.c233 gidlist = emalloc(sizeof(gid_t) * result); in PHP_FUNCTION()
487 p = emalloc(buflen); in PHP_FUNCTION()
806 buf = emalloc(buflen); in PHP_FUNCTION()
868 grbuf = emalloc(grbuflen); in PHP_FUNCTION()
946 buf = emalloc(buflen); in PHP_FUNCTION()
1006 pwbuf = emalloc(pwbuflen); in PHP_FUNCTION()
/PHP-8.3/ext/mysqli/tests/
H A Dbug49442.phpt69 … 'persistent' means that mysqlnd uses malloc() instead of emalloc(). nothing else. ext/mysqli will
71 It's only about malloc() vs. emalloc().
/PHP-8.3/ext/hash/
H A Dhash.c529 K = emalloc(ops->block_size); in php_hash_do_hash_hmac()
656 char *K = emalloc(ops->block_size); in PHP_FUNCTION()
936 K = emalloc(ops->block_size); in PHP_FUNCTION()
940 prk = emalloc(ops->digest_size); in PHP_FUNCTION()
948 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
1030 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
1031 K2 = emalloc(ops->block_size); in PHP_FUNCTION()
1032 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
1033 temp = emalloc(ops->digest_size); in PHP_FUNCTION()
1332 digest = emalloc(ops->digest_size + 1); in PHP_FUNCTION()
/PHP-8.3/ext/opcache/jit/
H A Dzend_elf.c35 void *s = emalloc(sect->size); in zend_elf_read_sect()
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c40 …zend_persistent_script *persistent_script = (zend_persistent_script *) emalloc(sizeof(zend_persist… in create_persistent_script()
278 emalloc(sizeof(zend_early_binding) * persistent_script->num_early_bindings); in zend_accel_build_delayed_early_binding_list()
344 void *run_time_cache = emalloc(op_array->cache_size); in zend_accel_do_delayed_early_binding()
380 op_array = (zend_op_array *) emalloc(sizeof(zend_op_array)); in zend_accel_load_script()
/PHP-8.3/ext/zip/
H A Dzip_stream.c254 self = emalloc(sizeof(*self)); in php_stream_zip_open()
340 self = emalloc(sizeof(*self)); in php_stream_zip_opener()

Completed in 67 milliseconds

12345678