Home
last modified time | relevance | path

Searched refs:ecalloc (Results 51 – 75 of 99) sorted by relevance

1234

/PHP-7.4/ext/standard/
H A Duser_filters.c593 fdat = ecalloc(1, sizeof(struct php_user_filter_data)); in PHP_FUNCTION()
H A Durl.c114 php_url *ret = ecalloc(1, sizeof(php_url)); in php_url_parse_ex2()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp256 …intern = (Calendar_object*)ecalloc(1, sizeof(Calendar_object) + sizeof(zval) * (ce->default_proper… in Calendar_object_create()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c259 xml_element* elem = ecalloc(1, sizeof(xml_element)); in xml_elem_new()
H A Dxml_to_soap.c85 ai = (struct array_info*)ecalloc(1, sizeof(struct array_info)); in parse_array_type_info()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp379 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()
/PHP-7.4/main/
H A Drfc1867.c286 multipart_buffer *self = (multipart_buffer *) ecalloc(1, sizeof(multipart_buffer)); in multipart_buffer_new()
291 self->buffer = (char *) ecalloc(1, minsize + 1); in multipart_buffer_new()
H A Doutput.c491 user = ecalloc(1, sizeof(php_output_handler_user_func_t)); in php_output_handler_create_user()
869 handler = ecalloc(1, sizeof(php_output_handler)); in php_output_handler_init()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c1205 new = ecalloc(1, sizeof(phpdbg_watch_element));
1232 phpdbg_watch_element *element = ecalloc(1, sizeof(phpdbg_watch_element));
1279 element = ecalloc(1, sizeof(phpdbg_watch_element));
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c184 struct pdo_pgsql_lob_self *self = ecalloc(1, sizeof(*self)); in pdo_pgsql_create_lob_stream()
226 pdo_pgsql_stmt *S = ecalloc(1, sizeof(pdo_pgsql_stmt)); in pgsql_handle_preparer()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c199 stmt->columns = ecalloc(stmt->column_count, sizeof(struct pdo_column_data)); in pdo_stmt_describe_columns()
246 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object()
2420 I = ecalloc(1, sizeof(struct php_pdo_iterator)); in pdo_stmt_iter_get()
2634 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in pdo_row_new()
/PHP-7.4/ext/ftp/
H A Dftp.c130 ftp = ecalloc(1, sizeof(*ftp)); in ftp_open()
1677 data = ecalloc(1, sizeof(*data)); in ftp_getdata()
2041 return ecalloc(1, sizeof(char*)); in ftp_genlist()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c325 f.arg_info = ecalloc(bindptr.lpfuncdesc->cParams, sizeof(zend_arg_info)); in com_method_get()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c493 if ((ms = CAST(struct magic_set *, ecalloc(CAST(size_t, 1u), in file_ms_alloc()
551 if ((mlist = CAST(struct mlist *, ecalloc(1, sizeof(*mlist)))) == NULL) { in mlist_alloc()
1298 if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL) in apprentice_load()
2993 if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL) { in apprentice_map()
/PHP-7.4/ext/hash/
H A Dhash.c1087 key = ecalloc(1, times * block_size); in PHP_FUNCTION()
1170 newobj->key = ecalloc(1, newobj->ops->block_size); in php_hashcontext_clone()
/PHP-7.4/ext/sockets/
H A Dmulticast.c773 buf = ecalloc(size, 1);
H A Dconversions.c126 void *ret = ecalloc(nmemb, alloc_size); in accounted_ecalloc()
1468 structure = ecalloc(1, struct_size); in from_zval_run_conversions()
/PHP-7.4/main/streams/
H A Dmemory.c579 self = ecalloc(1, sizeof(*self)); in _php_stream_temp_create_ex()
H A Dstreams.c2267 context = ecalloc(1, sizeof(php_stream_context));
2277 return ecalloc(1, sizeof(php_stream_notifier));
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch191 + if ((ms = CAST(struct magic_set *, ecalloc(CAST(size_t, 1u),
262 + if ((mlist = CAST(struct mlist *, ecalloc(1, sizeof(*mlist)))) == NULL) {
473 + if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL)
692 + if ((map = CAST(struct magic_map *, ecalloc(1, sizeof(*map)))) == NULL) {
1124 +#define CDF_CALLOC(n, u) ecalloc(n, u)
1623 + if ((*ubuf = CAST(unichar *, ecalloc(CAST(size_t, 1), mlen))) == NULL) {
1630 + ecalloc(CAST(size_t, 1), mlen))) == NULL) {
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c246 pdo_oci_stmt *S = ecalloc(1, sizeof(*S)); in oci_handle_preparer()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c999 func = (php_sqlite3_func *)ecalloc(1, sizeof(*func)); in PHP_METHOD()
1055 func = (php_sqlite3_func *)ecalloc(1, sizeof(*func)); in PHP_METHOD()
1104 collation = (php_sqlite3_collation *)ecalloc(1, sizeof(*collation)); in PHP_METHOD()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c110 var->sqlind = (void*)ecalloc(1, var->sqllen + 2 * sizeof(short)); in firebird_stmt_execute()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c155 define = ecalloc(1,sizeof(php_oci_define)); in PHP_FUNCTION()
175 define->name = (text*) ecalloc(1, name_len+1); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c85 array->elements = ecalloc(size, sizeof(zval)); in spl_fixedarray_init()

Completed in 135 milliseconds

1234