Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dproc_open.c100 env.envarray = (char **) pecalloc(1, sizeof(char *), is_persistent); in _php_array_to_envp()
102 env.envp = (char *) pecalloc(4, 1, is_persistent); in _php_array_to_envp()
135 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
137 p = env.envp = (char *) pecalloc(sizeenv + 4, 1, is_persistent); in _php_array_to_envp()
H A Dfilters.c1877 data = pecalloc(1, sizeof(php_consumed_filter_data), persistent); in consumed_filter_create()
2085 data = (php_chunked_filter_data *)pecalloc(1, sizeof(php_chunked_filter_data), persistent); in chunked_filter_create()
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c199 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_dblib_handle_factory()
/PHP-5.3/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.3/ext/pdo_odbc/
H A Dodbc_driver.c398 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_odbc_handle_factory()
/PHP-5.3/ext/zlib/
H A Dzlib_filter.c295 data = pecalloc(1, sizeof(php_zlib_filter_data), persistent); in php_zlib_filter_create()
/PHP-5.3/Zend/
H A Dzend_alloc.h125 #define pecalloc(nmemb, size, persistent) ((persistent)?__zend_calloc((nmemb), (size)):ecalloc((nme… macro
/PHP-5.3/ext/bz2/
H A Dbz2_filter.c318 data = pecalloc(1, sizeof(php_bz2_filter_data), persistent); in php_bz2_filter_create()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c578 H = pecalloc(1, sizeof(pdo_sqlite2_db_handle), dbh->is_persistent); in pdo_sqlite2_handle_factory()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c657 pdo_firebird_db_handle *H = dbh->driver_data = pecalloc(1,sizeof(*H),dbh->is_persistent); in pdo_firebird_handle_factory()
/PHP-5.3/ext/pdo_oci/
H A Doci_driver.c598 H = pecalloc(1, sizeof(*H), dbh->is_persistent); in pdo_oci_handle_factory()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c599 H = pecalloc(1, sizeof(pdo_mysql_db_handle), dbh->is_persistent);
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c822 H = pecalloc(1, sizeof(pdo_sqlite_db_handle), dbh->is_persistent); in pdo_sqlite_handle_factory()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c932 ret = pecalloc(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
1286 return pecalloc(nmemb, size, persistent); in mysqlnd_zend_mm_pecalloc()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1034 H = pecalloc(1, sizeof(pdo_pgsql_db_handle), dbh->is_persistent); in pdo_pgsql_handle_factory()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c317 pdbh = pecalloc(1, sizeof(*pdbh), 1); in PHP_METHOD()
/PHP-5.3/ext/phar/
H A Dtar.c225 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.c1030 mydata = pecalloc(1, sizeof(phar_archive_data), PHAR_G(persist));
/PHP-5.3/ext/mbstring/
H A Dmbstring.c699 list = (enum mbfl_no_encoding *)pecalloc(size, sizeof(int), persistent); in php_mb_parse_encoding_list()
807 list = (enum mbfl_no_encoding *)pecalloc(size, sizeof(int), persistent); in php_mb_parse_encoding_array()

Completed in 129 milliseconds