Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dproc_open.c99 env.envarray = (char **) pecalloc(1, sizeof(char *), is_persistent); in _php_array_to_envp()
101 env.envp = (char *) pecalloc(4, 1, is_persistent); in _php_array_to_envp()
143 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
145 p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent); in _php_array_to_envp()
H A Dfilters.c1916 data = pecalloc(1, sizeof(php_consumed_filter_data), persistent); in consumed_filter_create()
2124 data = (php_chunked_filter_data *)pecalloc(1, sizeof(php_chunked_filter_data), persistent); in chunked_filter_create()
/PHP-5.5/Zend/
H A Dzend_string.c58 …CG(interned_strings).arBuckets = (Bucket **) pecalloc(CG(interned_strings).nTableSize, sizeof(Buck… in zend_interned_strings_init()
H A Dzend_alloc.h125 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… macro
H A Dzend_hash.c141 (ht)->arBuckets = (Bucket **) pecalloc((ht)->nTableSize, sizeof(Bucket *), (ht)->persistent); \
/PHP-5.5/main/streams/
H A Dfilter.c143 *left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
144 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c304 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_dblib_handle_factory()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c398 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_odbc_handle_factory()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c317 data = pecalloc(1, sizeof(php_bz2_filter_data), persistent); in php_bz2_filter_create()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c294 data = pecalloc(1, sizeof(php_zlib_filter_data), persistent); in php_zlib_filter_create()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c653 pdo_firebird_db_handle *H = dbh->driver_data = pecalloc(1,sizeof(*H),dbh->is_persistent); in pdo_firebird_handle_factory()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_alloc.c673 return pecalloc(nmemb, size, persistent); in mysqlnd_zend_mm_pecalloc()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c577 H = pecalloc(1, sizeof(pdo_mysql_db_handle), dbh->is_persistent);
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c602 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_oci_handle_factory()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c817 H = pecalloc(1, sizeof(pdo_sqlite_db_handle), dbh->is_persistent); in pdo_sqlite_handle_factory()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c1073 H = pecalloc(1, sizeof(pdo_pgsql_db_handle), dbh->is_persistent); in pdo_pgsql_handle_factory()
/PHP-5.5/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.c1019 mydata = pecalloc(1, sizeof(phar_archive_data), PHAR_G(persist));
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c318 pdbh = pecalloc(1, sizeof(*pdbh), 1); in PHP_METHOD()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c702 list = (const mbfl_encoding **)pecalloc(size, sizeof(mbfl_encoding*), persistent); in php_mb_parse_encoding_list()
797 list = (const mbfl_encoding **)pecalloc(size, sizeof(mbfl_encoding*), persistent); in php_mb_parse_encoding_array()

Completed in 81 milliseconds