Home
last modified time | relevance | path

Searched refs:pecalloc (Results 1 – 20 of 20) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_statistics.c219 *stats = pecalloc(1, sizeof(MYSQLND_STATS), persistent); in mysqlnd_stats_init()
223 (*stats)->values = pecalloc(statistic_count, sizeof(uint64_t), persistent); in mysqlnd_stats_init()
224 (*stats)->triggers = pecalloc(statistic_count, sizeof(mysqlnd_stat_trigger), persistent); in mysqlnd_stats_init()
/PHP-7.1/ext/standard/
H A Dproc_open.c98 env.envarray = (char **) pecalloc(1, sizeof(char *), is_persistent); in _php_array_to_envp()
100 env.envp = (char *) pecalloc(4, 1, is_persistent); in _php_array_to_envp()
127 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
129 p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent); in _php_array_to_envp()
H A Dfilters.c1843 data = pecalloc(1, sizeof(php_consumed_filter_data), persistent); in consumed_filter_create()
2051 data = (php_chunked_filter_data *)pecalloc(1, sizeof(php_chunked_filter_data), persistent); in chunked_filter_create()
/PHP-7.1/main/streams/
H A Dfilter.c141 *left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
142 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c347 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_dblib_handle_factory()
/PHP-7.1/ext/zlib/
H A Dzlib_filter.c288 data = pecalloc(1, sizeof(php_zlib_filter_data), persistent); in php_zlib_filter_create()
/PHP-7.1/ext/bz2/
H A Dbz2_filter.c317 data = pecalloc(1, sizeof(php_bz2_filter_data), persistent); in php_bz2_filter_create()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c398 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_odbc_handle_factory()
/PHP-7.1/Zend/
H A Dzend_alloc.h206 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… macro
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_driver.c669 pdo_firebird_db_handle *H = dbh->driver_data = pecalloc(1,sizeof(*H),dbh->is_persistent); in pdo_firebird_handle_factory()
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c789 H = pecalloc(1, sizeof(pdo_sqlite_db_handle), dbh->is_persistent); in pdo_sqlite_handle_factory()
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c581 H = pecalloc(1, sizeof(pdo_mysql_db_handle), dbh->is_persistent);
/PHP-7.1/ext/pdo_oci/
H A Doci_driver.c605 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_oci_handle_factory()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1195 H = pecalloc(1, sizeof(pdo_pgsql_db_handle), dbh->is_persistent); in pdo_pgsql_handle_factory()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c311 pdbh = pecalloc(1, sizeof(*pdbh), 1); in PHP_METHOD()
/PHP-7.1/ext/phar/
H A Dtar.c236 myphar = (phar_archive_data *) pecalloc(1, sizeof(phar_archive_data), PHAR_G(persist)); in phar_parse_tarfile()
H A Dzip.c221 mydata = pecalloc(1, sizeof(phar_archive_data), PHAR_G(persist)); in phar_parse_zipfile()
H A Dphar.c1034 mydata = pecalloc(1, sizeof(phar_archive_data), PHAR_G(persist));
/PHP-7.1/ext/mbstring/
H A Dmbstring.c726 list = (const mbfl_encoding **)pecalloc(size, sizeof(mbfl_encoding*), persistent); in php_mb_parse_encoding_list()
820 list = (const mbfl_encoding **)pecalloc(size, sizeof(mbfl_encoding*), persistent); in php_mb_parse_encoding_array()
/PHP-7.1/ext/openssl/
H A Dopenssl.c721 OPENSSL_G(errors) = pecalloc(1, sizeof(struct php_openssl_errors), 1); in php_openssl_store_errors()

Completed in 234 milliseconds