Home
last modified time | relevance | path

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

12345678

/PHP-7.0/ext/pdo_dblib/
H A Ddblib_stmt.c290 zv = emalloc(sizeof(zval));
314 zv = emalloc(sizeof(zval));
336 zv = emalloc(sizeof(zval));
344 zv = emalloc(sizeof(zval));
350 zv = emalloc(sizeof(zval));
356 zv = emalloc(sizeof(zval));
362 zv = emalloc(sizeof(zval));
369 zv = emalloc(sizeof(zval));
382 zv = emalloc(sizeof(zval));
398 zv = emalloc(sizeof(zval));
[all …]
/PHP-7.0/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()
1201 s = emalloc(len+1); in sdl_deserialize_string()
1429 enc_nscat = emalloc(enc_len + 1); in sdl_deserialize_encoder()
1511 ht = emalloc(sizeof(HashTable)); in sdl_deserialize_parameters()
1550 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
[all …]
/PHP-7.0/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.0/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.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c193 zend_ast_zval *copy = emalloc(sizeof(zend_ast_zval)); in zend_ast_clone()
200 zend_ast_list *copy = emalloc( in zend_ast_clone()
249 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_constants()
294 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_methods()
352 HT_SET_DATA_ADDR(ht, emalloc(HT_SIZE(ht))); in zend_hash_clone_prop_info()
471 trait_aliases = emalloc(sizeof(zend_trait_alias*) * (i + 1)); in zend_class_copy_ctor()
474 trait_aliases[i] = emalloc(sizeof(zend_trait_alias)); in zend_class_copy_ctor()
491 trait_precedences = emalloc(sizeof(zend_trait_precedence*) * (i + 1)); in zend_class_copy_ctor()
494 trait_precedences[i] = emalloc(sizeof(zend_trait_precedence)); in zend_class_copy_ctor()
506 exclude_from_classes = emalloc(sizeof(zend_string*) * (j + 1)); in zend_class_copy_ctor()
[all …]
/PHP-7.0/ext/hash/
H A Dhash.c150 context = emalloc(ops->context_size); in php_hash_do_hash()
269 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
271 K = emalloc(ops->block_size); in php_hash_do_hash_hmac()
361 context = emalloc(ops->context_size); in PHP_FUNCTION()
364 hash = emalloc(sizeof(php_hash_data)); in PHP_FUNCTION()
371 char *K = emalloc(ops->block_size); in PHP_FUNCTION()
645 context = emalloc(ops->context_size); in PHP_FUNCTION()
648 K1 = emalloc(ops->block_size); in PHP_FUNCTION()
649 K2 = emalloc(ops->block_size); in PHP_FUNCTION()
650 digest = emalloc(ops->digest_size); in PHP_FUNCTION()
[all …]
/PHP-7.0/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()
H A Dzend_closures.c57 arguments = emalloc(sizeof(zval) * ZEND_NUM_ARGS()); in ZEND_METHOD()
168 my_function.op_array.run_time_cache = emalloc(my_function.op_array.cache_size); in ZEND_METHOD()
235 new_closure->func.op_array.run_time_cache = emalloc(new_closure->func.op_array.cache_size); in ZEND_METHOD()
259 zend_function *invoke = (zend_function*)emalloc(sizeof(zend_function)); in zend_get_closure_invoke_method()
367 closure = emalloc(sizeof(zend_closure)); in zend_closure_new()
/PHP-7.0/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.0/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.0/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()
H A Dphpdbg_btree.c28 # define emalloc malloc macro
160 phpdbg_btree_branch *memory = *branch = emalloc((i + 2) * sizeof(phpdbg_btree_branch)); in phpdbg_btree_insert_or_update()
/PHP-7.0/ext/gd/libgd/
H A Dgdhelpers.h16 #define gdMalloc(size) emalloc(size)
/PHP-7.0/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.0/main/streams/
H A Dphp_streams_int.h39 # define emalloc_rel_orig(size) emalloc((size))
/PHP-7.0/ext/standard/
H A Ddatetime.c60 str = emalloc(81); in php_std_date()
H A Dcrypt.c174 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
189 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
H A Dhttp.c89 newprefix = emalloc(newprefix_len + 1); in php_url_encode_hash_ex()
115 newprefix = emalloc(newprefix_len + 1); in php_url_encode_hash_ex()
/PHP-7.0/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()
268 iterator = emalloc(sizeof(php_dom_iterator)); in php_dom_get_iterator()
/PHP-7.0/ext/date/
H A Dconfig.w3215 tl_config.WriteLine("#define timelib_malloc emalloc");
H A Dconfig0.m431 #define timelib_malloc emalloc
/PHP-7.0/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()
610 pbroker->dict = (enchant_dict **)emalloc(sizeof(enchant_dict *));
614 dict = pbroker->dict[pos] = (enchant_dict *)emalloc(sizeof(enchant_dict));
/PHP-7.0/ext/pdo/
H A Dpdo.c74 char *dest = emalloc(len + 1); in php_pdo_str_tolower_dup()
271 char *new_val = (char *) emalloc(vlen - n_semicolumns + 1); in php_pdo_parse_data_source()

Completed in 82 milliseconds

12345678