Home
last modified time | relevance | path

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

12345678

/php-src/ext/soap/
H A Dphp_schema.c72 enc = emalloc(sizeof(encode)); in create_encoder()
323 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
357 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
432 newType = emalloc(sizeof(sdlType)); in schema_list()
462 newType = emalloc(sizeof(sdlType)); in schema_list()
528 newType = emalloc(sizeof(sdlType)); in schema_union()
559 newType = emalloc(sizeof(sdlType)); in schema_union()
1126 newType = emalloc(sizeof(sdlType)); in schema_group()
1381 newType = emalloc(sizeof(sdlType)); in schema_complexType()
1415 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()
704 param = emalloc(sizeof(sdlParam)); in wsdl_message()
741 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
1070 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1223 s = emalloc(len+1); in sdl_deserialize_string()
1454 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1536 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1575 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/php-src/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-src/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.h94 void *obj = emalloc(obj_size + zend_object_properties_size(ce)); in zend_object_alloc()
/php-src/ext/opcache/jit/ir/
H A Dir_php.h27 # define ir_mem_malloc emalloc
/php-src/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-src/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-src/ext/standard/
H A Dcrypt.c95 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
110 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
H A Ddatetime.c46 str = emalloc(81); in php_std_date()
/php-src/main/streams/
H A Dphp_streams_int.h34 # define emalloc_rel_orig(size) emalloc((size))
/php-src/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/php-src/ext/dom/
H A Dxpath_callbacks.c195 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler()
238 zend_fcall_info_cache* fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callback_ns_update_method_handler()
266 registry->php_ns = emalloc(sizeof(php_dom_xpath_callback_ns)); in php_dom_xpath_callbacks_ensure_ns()
277 namespace = emalloc(sizeof(php_dom_xpath_callback_ns)); in php_dom_xpath_callbacks_ensure_ns()
298 zend_fcall_info_cache* allocated_fcc = emalloc(sizeof(zend_fcall_info)); in php_dom_xpath_callbacks_update_single_method_handler()
/php-src/ext/date/
H A Dconfig.w3214 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m431 #define timelib_malloc emalloc
/php-src/ext/fileinfo/libmagic/
H A Dbuffer.c83 if ((b->ebuf = emalloc(b->elen)) == NULL) in buffer_fill()
/php-src/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-src/ext/zend_test/
H A Diterators.c99 iterator = emalloc(sizeof(test_traversable_it)); in test_traversable_get_iterator()
/php-src/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-src/ext/posix/
H A Dposix.c232 gidlist = emalloc(sizeof(gid_t) * result); in PHP_FUNCTION()
486 p = emalloc(buflen); in PHP_FUNCTION()
807 buf = emalloc(buflen); in PHP_FUNCTION()
869 grbuf = emalloc(grbuflen); in PHP_FUNCTION()
947 buf = emalloc(buflen); in PHP_FUNCTION()
1007 pwbuf = emalloc(pwbuflen); in PHP_FUNCTION()
/php-src/ext/hash/
H A Dhash.c528 K = emalloc(ops->block_size); in php_hash_do_hash_hmac()
655 char *K = emalloc(ops->block_size); in PHP_FUNCTION()
935 K = emalloc(ops->block_size); in PHP_FUNCTION()
939 prk = emalloc(ops->digest_size); in PHP_FUNCTION()
947 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
1029 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
1030 K2 = emalloc(ops->block_size); in PHP_FUNCTION()
1031 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
1032 temp = emalloc(ops->digest_size); in PHP_FUNCTION()
1331 digest = emalloc(ops->digest_size + 1); in PHP_FUNCTION()
/php-src/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-src/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()
276 emalloc(sizeof(zend_early_binding) * persistent_script->num_early_bindings); in zend_accel_build_delayed_early_binding_list()
342 void *run_time_cache = emalloc(op_array->cache_size); in zend_accel_do_delayed_early_binding()
378 op_array = (zend_op_array *) emalloc(sizeof(zend_op_array)); in zend_accel_load_script()
/php-src/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 56 milliseconds

12345678