/PHP-7.0/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 290 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 D | php_schema.c | 72 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 D | php_sdl.c | 86 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 D | registry.c | 56 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 D | com_olechar.c | 58 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 D | com_misc.c | 54 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 D | zend_accelerator_util_funcs.c | 193 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 D | hash.c | 150 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 D | zend_arena.h | 36 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 D | zend_closures.c | 57 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 D | flatfile.c | 110 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 D | ibase_query.c | 375 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 D | phpdbg_eol.c | 104 out = (char *)emalloc(out_len); in phpdbg_eol_convert() 145 out = (char *)emalloc(out_len); in phpdbg_eol_convert()
|
H A D | phpdbg_btree.c | 28 # 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 D | gdhelpers.h | 16 #define gdMalloc(size) emalloc(size)
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 234 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 D | php_streams_int.h | 39 # define emalloc_rel_orig(size) emalloc((size))
|
/PHP-7.0/ext/standard/ |
H A D | datetime.c | 60 str = emalloc(81); in php_std_date()
|
H A D | crypt.c | 174 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt() 189 output = emalloc(PHP_MAX_SALT_LEN); in php_crypt()
|
H A D | http.c | 89 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 D | dom_iterators.c | 90 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 D | config.w32 | 15 tl_config.WriteLine("#define timelib_malloc emalloc");
|
H A D | config0.m4 | 31 #define timelib_malloc emalloc
|
/PHP-7.0/ext/enchant/ |
H A D | enchant.c | 363 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 D | pdo.c | 74 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()
|