Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c331 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_stringify_col()
387 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
412 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
420 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
426 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
432 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
438 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
444 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
451 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
464 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_schema.c71 enc = emalloc(sizeof(encode)); in create_encoder()
319 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
350 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
425 newType = emalloc(sizeof(sdlType)); in schema_list()
455 newType = emalloc(sizeof(sdlType)); in schema_list()
521 newType = emalloc(sizeof(sdlType)); in schema_union()
552 newType = emalloc(sizeof(sdlType)); in schema_union()
1119 newType = emalloc(sizeof(sdlType)); in schema_group()
1374 newType = emalloc(sizeof(sdlType)); in schema_complexType()
1405 newType = emalloc(sizeof(sdlType)); in schema_complexType()
[all …]
H A Dphp_sdl.c85 char *nscat = emalloc(len + 1); in get_element()
118 nscat = emalloc(len + 1); in get_encoder()
139 enc_nscat = emalloc(enc_len + 1); in get_encoder()
696 param = emalloc(sizeof(sdlParam)); in wsdl_message()
733 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
1062 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1213 s = emalloc(len+1); in sdl_deserialize_string()
1441 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1523 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1562 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/PHP-7.4/win32/
H A Dregistry.c56 reg_key = emalloc(main_key_len + sub_key_len + 1); in OpenPhpRegistryKey()
88 char *name = (char*)emalloc(max_name+1); in LoadDirectory()
89 char *value = (char*)emalloc(max_value+1); in LoadDirectory()
139 char *name = (char*)emalloc(max_key+1); in LoadDirectory()
140 char *new_path = (char*)emalloc(path_len+max_key+2); in LoadDirectory()
291 reg_location = emalloc(MAXPATHLEN+1); in GetIniPathFromRegistry()
/PHP-7.4/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.c155 str->c = emalloc(SMART_STRING_START_LEN + 1); in _smart_string_alloc()
162 str->c = emalloc(str->a + 1); in _smart_string_alloc()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c150 p = emalloc(HT_SIZE(ht)); in zend_hash_clone_constants()
181 p = emalloc(HT_SIZE(ht)); in zend_hash_clone_methods()
219 p = emalloc(HT_SIZE(ht)); in zend_hash_clone_prop_info()
268 dst = emalloc(sizeof(zval) * ce->default_properties_count); in zend_class_copy_ctor()
284 dst = emalloc(sizeof(zval) * ce->default_static_members_count); in zend_class_copy_ctor()
329 interface_names = emalloc(sizeof(zend_class_name) * ce->num_interfaces); in zend_class_copy_ctor()
367 zend_class_name *trait_names = emalloc(sizeof(zend_class_name) * ce->num_traits); in zend_class_copy_ctor()
379 trait_aliases = emalloc(sizeof(zend_trait_alias*) * (i + 1)); in zend_class_copy_ctor()
382 trait_aliases[i] = emalloc(sizeof(zend_trait_alias)); in zend_class_copy_ctor()
397 trait_precedences = emalloc(sizeof(zend_trait_precedence*) * (i + 1)); in zend_class_copy_ctor()
[all …]
/PHP-7.4/ext/hash/
H A Dhash.c147 context = emalloc(ops->context_size); in php_hash_do_hash()
275 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
277 K = emalloc(ops->block_size); in php_hash_do_hash_hmac()
389 char *K = emalloc(ops->block_size); in PHP_FUNCTION()
668 K = emalloc(ops->block_size); in PHP_FUNCTION()
672 prk = emalloc(ops->digest_size); in PHP_FUNCTION()
680 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
766 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
767 K2 = emalloc(ops->block_size); in PHP_FUNCTION()
768 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c110 char *buf = emalloc(buf_size); in flatfile_delete()
160 char *buf = emalloc(buf_size); in flatfile_findkey()
205 char *buf = emalloc(buf_size); in flatfile_firstkey()
248 char *buf = emalloc(buf_size); in flatfile_nextkey()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_eol.c107 out = (char *)emalloc(in_len + count_lf_and_cr(in, in_len)); in phpdbg_eol_convert()
148 out = (char *)emalloc(in_len); in phpdbg_eol_convert()
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c52 obj = emalloc(sizeof(*obj)); in php_com_wrap_dispatch()
75 obj = emalloc(sizeof(*obj)); in php_com_wrap_variant()
H A Dcom_olechar.c56 olestring = (OLECHAR*)emalloc(sizeof(OLECHAR)); in php_com_string_to_olestring()
85 string = (char*)emalloc(sizeof(char)); in php_com_olestring_to_string()
/PHP-7.4/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/PHP-7.4/main/streams/
H A Dphp_streams_int.h36 # define emalloc_rel_orig(size) emalloc((size))
/PHP-7.4/ext/zend_test/
H A Dtest.c115 emalloc(leakbytes); in ZEND_FUNCTION()
147 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_method_get()
163 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_static_method_get()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c66 outbuf = (char*)emalloc(outlen + 1); in convert()
H A Dqueue.c287 p = emalloc(sizeof(datanode)); in Q_PushHead()
339 n = emalloc(sizeof(datanode)); in Q_PushTail()
788 queue_index = emalloc(q->size * sizeof(q->cursor->data)); in Q_Sort()
792 queue_posn_index = emalloc(q->size * sizeof(q->cursor)); in Q_Sort()
H A Dxml_to_dandarpc.c180 xml_element_attr* attr_type = bNoAddType ? NULL : emalloc(sizeof(xml_element_attr)); in DANDARPC_to_xml_element_worker()
191 xml_element_attr* attr_id = emalloc(sizeof(xml_element_attr)); in DANDARPC_to_xml_element_worker()
282 xml_element_attr* version = emalloc(sizeof(xml_element_attr)); in DANDARPC_REQUEST_to_xml_element()
/PHP-7.4/ext/date/
H A Dconfig.w3213 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m430 #define timelib_malloc emalloc
/PHP-7.4/ext/standard/
H A Ddatetime.c48 str = emalloc(81); in php_std_date()
H A Dcrypt.c123 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
138 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c233 buf = emalloc(8192); in odbc_stmt_execute()
350 P = emalloc(sizeof(*P)); in odbc_stmt_param_hook()
377 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
628 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
643 S->cols[colno].data = emalloc(256); in odbc_stmt_describe()
690 buf2 = emalloc(256); in odbc_stmt_get_col()
779 *ptr = emalloc(ulen + 1); in odbc_stmt_get_col()
/PHP-7.4/ext/dom/
H A Ddom_iterators.c92 iter = emalloc(sizeof(nodeIterator)); in php_dom_libxml_hash_iter()
113 iter = emalloc(sizeof(notationIterator)); in php_dom_libxml_notation_iter()
272 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dbuffer.c78 if ((b->ebuf = emalloc(b->elen)) == NULL) in buffer_fill()

Completed in 56 milliseconds

12345678