Home
last modified time | relevance | path

Searched refs:emalloc (Results 126 – 150 of 187) sorted by relevance

12345678

/PHP-8.0/ext/zip/
H A Dphp_zip.c120 # define CWD_STATE_ALLOC(l) emalloc(l)
1174 rsrc_int = (zip_rsrc *)emalloc(sizeof(zip_rsrc)); in PHP_FUNCTION()
1229 zr_rsrc = emalloc(sizeof(zip_read_rsrc)); in PHP_FUNCTION()
1904 ze_obj->buffers = (char **)emalloc(sizeof(char *));
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_auth.c1032 *crypted = emalloc(server_public_key_len); in mysqlnd_caching_sha2_public_encrypt()
1070 *crypted = emalloc(server_public_key_len); in mysqlnd_caching_sha2_public_encrypt()
/PHP-8.0/Zend/
H A Dzend_opcode.c53 op_array->refcount = (uint32_t *) emalloc(sizeof(uint32_t)); in init_op_array()
56 op_array->opcodes = emalloc(initial_ops_size * sizeof(zend_op)); in init_op_array()
H A Dzend_language_scanner.l616 op_array = emalloc(sizeof(zend_op_array)); in END_EXTERN_C()
1245 zend_heredoc_label *new_heredoc_label = emalloc(sizeof(zend_heredoc_label)); in copy_heredoc_label_stack()
2530 zend_heredoc_label *heredoc_label = emalloc(sizeof(zend_heredoc_label));
/PHP-8.0/ext/pcntl/
H A Dpcntl.c822 argv = emalloc(2 * sizeof(char *)); in PHP_FUNCTION()
916 psig = emalloc(sizeof(*psig)); in PHP_FUNCTION()
/PHP-8.0/ext/oci8/
H A Doci8_collection.c49 collection = emalloc(sizeof(php_oci_collection)); in php_oci_collection_create()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1748 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1806 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1869 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
6334 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()
6462 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()
6706 eks[i] = emalloc(EVP_PKEY_size(pkeys[i]) + 1); in PHP_FUNCTION()
6719 buf = emalloc(data_len + EVP_CIPHER_CTX_block_size(ctx)); in PHP_FUNCTION()
6827 buf = emalloc(data_len + 1); in PHP_FUNCTION()
6904 curves = emalloc(sizeof(EC_builtin_curve) * len); in PHP_FUNCTION()
7127 key = emalloc(key_len); in php_openssl_cipher_init()
/PHP-8.0/main/streams/
H A Duserspace.c333 us = emalloc(sizeof(*us)); in user_wrapper_opener()
415 us = emalloc(sizeof(*us)); in user_wrapper_opendir()
H A Dxp_socket.c839 php_netstream_data_t *clisockdata = (php_netstream_data_t*) emalloc(sizeof(*clisockdata)); in php_tcp_sockop_accept()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_cmd.c630 list = emalloc(matched[it]->name_len + 1 + (it + 1 < matches ? sizeof(", ") - 1 : 0)); in phpdbg_stack_resolve()
H A Dphpdbg_prompt.c773 char **argv = emalloc(5 * sizeof(char *)); in PHPDBG_COMMAND()
786 char *buf = emalloc(end - p + 2), *q = buf; in PHPDBG_COMMAND()
H A Dphpdbg.c473 PHPDBG_G(oplog_list) = emalloc(sizeof(phpdbg_oplog_list)); in PHP_FUNCTION()
1739 SG(request_info).argv = emalloc(SG(request_info).argc * sizeof(char *)); in main()
/PHP-8.0/ext/filter/
H A Dlogical_filters.c389 num = p = emalloc(len+1); in php_filter_float()
/PHP-8.0/ext/xml/
H A Dcompat.c462 parser = (XML_Parser) emalloc(sizeof(struct _XML_Parser)); in XML_ParserCreate_MM()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c204 copy_fptr = emalloc(sizeof(zend_function)); in _copy_function()
1100 reference = (attribute_reference*) emalloc(sizeof(attribute_reference)); in reflection_attribute_factory()
1288 reference = (parameter_reference*) emalloc(sizeof(parameter_reference)); in reflection_parameter_factory()
1337 reference = (type_reference*) emalloc(sizeof(type_reference)); in reflection_type_factory()
1397 reference = (property_reference*) emalloc(sizeof(property_reference)); in reflection_property_factory()
2415 ref = (parameter_reference*) emalloc(sizeof(parameter_reference)); in ZEND_METHOD()
5233 reference = (property_reference*) emalloc(sizeof(property_reference)); in ZEND_METHOD()
6470 args = emalloc(attr->data->argc * sizeof(zval)); in ZEND_METHOD()
/PHP-8.0/ext/sockets/
H A Dconversions.c113 void *ret = emalloc(alloc_size); in accounted_emalloc()
1486 *allocations = emalloc(sizeof **allocations); in from_zval_run_conversions()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c567 if ((*newch = CAST(unsigned char *, emalloc(bytes_max + 1))) == NULL) in uncompresszlib()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c238 S->bound_result[i].buffer = emalloc(S->bound_result[i].buffer_length); in pdo_mysql_stmt_after_execute_prepared()
/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c864 iterator = emalloc(sizeof(spl_fixedarray_it)); in spl_fixedarray_get_iterator()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c442 intern->doc = emalloc(sizeof(php_libxml_node_object)); in php_xsl_apply_stylesheet()
/PHP-8.0/ext/phar/
H A Dphar.c814 buffer = (char *)emalloc(manifest_len); in phar_parse_pharfile()
890 sig = (char *) emalloc(signature_len); in phar_parse_pharfile()
2147 newpath = emalloc(strlen(path) + newpath_len + 1); in phar_fix_filepath()
2150 newpath = emalloc(strlen(path) + 2); in phar_fix_filepath()
/PHP-8.0/ext/gd/
H A Dgd.c199 php_gd_image_object *intern = emalloc(block_len); in php_gd_image_object_create()
656 font = (gdFontPtr) emalloc(sizeof(gdFont)); in PHP_FUNCTION()
706 font->data = emalloc(body_size); in PHP_FUNCTION()
3422 colors = emalloc(num_colors * sizeof(int)); in php_image_filter_scatter()
/PHP-8.0/ext/dom/
H A Dphp_dom.c151 doc_props = emalloc(sizeof(libxml_doc_props)); in dom_get_doc_props()
1098 intern->ptr = emalloc(sizeof(dom_nnodemap_object)); in dom_nnodemap_objects_new()
/PHP-8.0/ext/imap/
H A Dphp_imap.c842 imap_le_struct = emalloc(sizeof(pils)); in PHP_FUNCTION()
2422 out = emalloc(outlen + 1); in PHP_FUNCTION()
3453 tmp = emalloc(SENDBUFLEN + 1); in PHP_FUNCTION()
3464 tempstring = emalloc(l); in PHP_FUNCTION()
3477 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dftp_fopen_wrapper.c751 dirsdata = emalloc(sizeof *dirsdata); in php_stream_ftp_opendir()

Completed in 203 milliseconds

12345678