Home
last modified time | relevance | path

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

12345678

/PHP-8.1/ext/soap/
H A Dphp_schema.c69 enc = emalloc(sizeof(encode)); in create_encoder()
317 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
348 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
423 newType = emalloc(sizeof(sdlType)); in schema_list()
453 newType = emalloc(sizeof(sdlType)); in schema_list()
519 newType = emalloc(sizeof(sdlType)); in schema_union()
550 newType = emalloc(sizeof(sdlType)); in schema_union()
1117 newType = emalloc(sizeof(sdlType)); in schema_group()
1372 newType = emalloc(sizeof(sdlType)); in schema_complexType()
1403 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()
695 param = emalloc(sizeof(sdlParam)); in wsdl_message()
732 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
1061 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1214 s = emalloc(len+1); in sdl_deserialize_string()
1442 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1524 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1563 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/PHP-8.1/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.1/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.1/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.1/ext/com_dotnet/
H A Dcom_misc.c50 obj = emalloc(sizeof(*obj)); in php_com_wrap_dispatch()
73 obj = emalloc(sizeof(*obj)); in php_com_wrap_variant()
H A Dcom_olechar.c54 olestring = (OLECHAR*)emalloc(sizeof(OLECHAR)); in php_com_string_to_olestring()
83 string = (char*)emalloc(sizeof(char)); in php_com_olestring_to_string()
/PHP-8.1/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/PHP-8.1/main/streams/
H A Dphp_streams_int.h34 # define emalloc_rel_orig(size) emalloc((size))
/PHP-8.1/ext/standard/
H A Dcrypt.c107 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
122 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
H A Ddatetime.c46 str = emalloc(81); in php_std_date()
H A Dhttp.c94 newprefix = emalloc(newprefix_len + 1); in php_url_encode_hash_ex()
120 newprefix = emalloc(newprefix_len + 1); in php_url_encode_hash_ex()
/PHP-8.1/ext/date/
H A Dconfig.w3213 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m430 #define timelib_malloc emalloc
/PHP-8.1/ext/dom/
H A Ddom_iterators.c90 iter = emalloc(sizeof(nodeIterator)); in php_dom_libxml_hash_iter()
111 iter = emalloc(sizeof(notationIterator)); in php_dom_libxml_notation_iter()
271 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c161 filter->opaque = emalloc(html_enc_buffer_size+1); in mbfl_filt_conv_html_dec_ctor()
310 dest->opaque = emalloc(html_enc_buffer_size+1); in mbfl_filt_conv_html_dec_copy()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dbuffer.c78 if ((b->ebuf = emalloc(b->elen)) == NULL) in buffer_fill()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c228 buf = emalloc(8192); in odbc_stmt_execute()
345 P = emalloc(sizeof(*P)); in odbc_stmt_param_hook()
372 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
610 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
625 S->cols[colno].data = emalloc(256); in odbc_stmt_describe()
674 char *buf2 = emalloc(256); in odbc_stmt_get_col()
/PHP-8.1/ext/posix/
H A Dposix.c306 gidlist = emalloc(sizeof(gid_t) * result); in PHP_FUNCTION()
543 p = emalloc(buflen); in PHP_FUNCTION()
806 buf = emalloc(buflen); in PHP_FUNCTION()
863 grbuf = emalloc(grbuflen); in PHP_FUNCTION()
936 buf = emalloc(buflen); in PHP_FUNCTION()
991 pwbuf = emalloc(pwbuflen); in PHP_FUNCTION()
/PHP-8.1/ext/zend_test/
H A Diterators.c99 iterator = emalloc(sizeof(test_traversable_it)); in test_traversable_get_iterator()
/PHP-8.1/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.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c128 mbfl_convert_filter *filter = emalloc(sizeof(mbfl_convert_filter)); in mbfl_convert_filter_new()
139 mbfl_convert_filter *filter = emalloc(sizeof(mbfl_convert_filter)); in mbfl_convert_filter_new2()
/PHP-8.1/ext/zip/
H A Dzip_stream.c225 self = emalloc(sizeof(*self)); in php_stream_zip_open()
304 self = emalloc(sizeof(*self)); in php_stream_zip_opener()

Completed in 56 milliseconds

12345678