Home
last modified time | relevance | path

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

12345678

/PHP-7.2/ext/pdo_dblib/
H A Ddblib_stmt.c293 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
317 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
339 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
347 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
353 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
359 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
365 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
371 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
378 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
391 zv = emalloc(sizeof(zval)); in pdo_dblib_stmt_get_col()
[all …]
/PHP-7.2/ext/soap/
H A Dphp_schema.c72 enc = emalloc(sizeof(encode)); in create_encoder()
320 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
351 newType = emalloc(sizeof(sdlType)); in schema_simpleType()
426 newType = emalloc(sizeof(sdlType)); in schema_list()
456 newType = emalloc(sizeof(sdlType)); in schema_list()
522 newType = emalloc(sizeof(sdlType)); in schema_union()
553 newType = emalloc(sizeof(sdlType)); in schema_union()
1120 newType = emalloc(sizeof(sdlType)); in schema_group()
1375 newType = emalloc(sizeof(sdlType)); in schema_complexType()
1406 newType = emalloc(sizeof(sdlType)); in schema_complexType()
[all …]
H A Dphp_sdl.c86 char *nscat = emalloc(len + 1); in get_element()
119 nscat = emalloc(len + 1); in get_encoder()
138 enc_nscat = emalloc(enc_len + 1); in get_encoder()
693 param = emalloc(sizeof(sdlParam)); in wsdl_message()
730 ctx.sdl = emalloc(sizeof(sdl)); in load_wsdl()
1058 f = emalloc(sizeof(sdlFault)); in load_wsdl()
1203 s = emalloc(len+1); in sdl_deserialize_string()
1431 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1513 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1552 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/PHP-7.2/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.2/ext/com_dotnet/
H A Dcom_olechar.c58 olestring = (OLECHAR*)emalloc(sizeof(OLECHAR)); in php_com_string_to_olestring()
87 string = (char*)emalloc(sizeof(char)); in php_com_olestring_to_string()
H A Dcom_misc.c54 obj = emalloc(sizeof(*obj)); in php_com_wrap_dispatch()
77 obj = emalloc(sizeof(*obj)); in php_com_wrap_variant()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c193 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_constants()
244 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_methods()
302 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_prop_info()
385 ce->interfaces = emalloc(sizeof(zend_class_entry *) * ce->num_interfaces); in zend_class_copy_ctor()
421 trait_aliases = emalloc(sizeof(zend_trait_alias*) * (i + 1)); in zend_class_copy_ctor()
424 trait_aliases[i] = emalloc(sizeof(zend_trait_alias)); in zend_class_copy_ctor()
426 trait_aliases[i]->trait_method = emalloc(sizeof(zend_trait_method_reference)); in zend_class_copy_ctor()
441 trait_precedences = emalloc(sizeof(zend_trait_precedence*) * (i + 1)); in zend_class_copy_ctor()
444 trait_precedences[i] = emalloc(sizeof(zend_trait_precedence)); in zend_class_copy_ctor()
456 exclude_from_classes = emalloc(sizeof(zend_string*) * (j + 1)); in zend_class_copy_ctor()
[all …]
/PHP-7.2/Zend/
H A Dzend_arena.h36 zend_arena *arena = (zend_arena*)emalloc(size); in zend_arena_create()
69 zend_arena *new_arena = (zend_arena*)emalloc(arena_size); in zend_arena_alloc()
/PHP-7.2/ext/hash/
H A Dhash.c148 context = emalloc(ops->context_size); in php_hash_do_hash()
272 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
274 K = emalloc(ops->block_size); in php_hash_do_hash_hmac()
377 char *K = emalloc(ops->block_size); in php_hashcontext_ctor()
661 K = emalloc(ops->block_size); in PHP_FUNCTION()
665 prk = emalloc(ops->digest_size); in PHP_FUNCTION()
673 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
759 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
760 K2 = emalloc(ops->block_size); in PHP_FUNCTION()
761 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
[all …]
/PHP-7.2/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.2/ext/interbase/
H A Dibase_query.c375 ib_query->in_sqlda = emalloc(XSQLDA_LENGTH(1)); in _php_ibase_alloc_query()
778 void *array_data = emalloc(ar->ar_size); in _php_ibase_bind()
827 var->sqldata = emalloc(sizeof(short)); in _php_ibase_alloc_xsqlda()
830 var->sqldata = emalloc(sizeof(ISC_LONG)); in _php_ibase_alloc_xsqlda()
833 var->sqldata = emalloc(sizeof(float)); in _php_ibase_alloc_xsqlda()
836 var->sqldata = emalloc(sizeof(double)); in _php_ibase_alloc_xsqlda()
839 var->sqldata = emalloc(sizeof(ISC_INT64)); in _php_ibase_alloc_xsqlda()
845 var->sqldata = emalloc(sizeof(ISC_DATE)); in _php_ibase_alloc_xsqlda()
848 var->sqldata = emalloc(sizeof(ISC_TIME)); in _php_ibase_alloc_xsqlda()
852 var->sqldata = emalloc(sizeof(ISC_QUAD)); in _php_ibase_alloc_xsqlda()
[all …]
/PHP-7.2/ext/zend_test/
H A Dtest.c106 emalloc(leakbytes); in ZEND_FUNCTION()
137 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_method_get()
153 zend_internal_function *fptr = emalloc(sizeof(zend_internal_function)); in zend_test_class_static_method_get()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_eol.c104 out = (char *)emalloc(out_len); in phpdbg_eol_convert()
145 out = (char *)emalloc(out_len); in phpdbg_eol_convert()
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_stmt.c234 buf = emalloc(8192); in odbc_stmt_execute()
344 P = emalloc(sizeof(*P)); in odbc_stmt_param_hook()
371 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
625 S->cols[colno].data = emalloc(colsize+1); in odbc_stmt_describe()
640 S->cols[colno].data = emalloc(256); in odbc_stmt_describe()
684 buf2 = emalloc(256); in odbc_stmt_get_col()
766 *ptr = emalloc(ulen + 1); in odbc_stmt_get_col()
/PHP-7.2/main/streams/
H A Dphp_streams_int.h39 # define emalloc_rel_orig(size) emalloc((size))
/PHP-7.2/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dencodings.c68 outbuf = (char*)emalloc(outlen + 1); in convert()
H A Dqueue.c289 p = emalloc(sizeof(datanode)); in Q_PushHead()
341 n = emalloc(sizeof(datanode)); in Q_PushTail()
790 queue_index = emalloc(q->size * sizeof(q->cursor->data)); in Q_Sort()
794 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.2/ext/standard/
H A Dcrypt.c128 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
143 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
H A Ddatetime.c60 str = emalloc(81); in php_std_date()
/PHP-7.2/ext/dom/
H A Ddom_iterators.c94 iter = emalloc(sizeof(nodeIterator)); in php_dom_libxml_hash_iter()
115 iter = emalloc(sizeof(notationIterator)); in php_dom_libxml_notation_iter()
273 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-7.2/ext/date/
H A Dconfig.w3216 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m437 #define timelib_malloc emalloc
/PHP-7.2/ext/enchant/
H A Denchant.c363 broker = (enchant_broker *) emalloc(sizeof(enchant_broker)); in PHP_FUNCTION()
559 pbroker->dict = (enchant_dict **)emalloc(sizeof(enchant_dict *)); in PHP_FUNCTION()
563 dict = pbroker->dict[pos] = (enchant_dict *)emalloc(sizeof(enchant_dict)); in PHP_FUNCTION()
606 pbroker->dict = (enchant_dict **)emalloc(sizeof(enchant_dict *)); in PHP_FUNCTION()
610 dict = pbroker->dict[pos] = (enchant_dict *)emalloc(sizeof(enchant_dict)); in PHP_FUNCTION()

Completed in 108 milliseconds

12345678