Home
last modified time | relevance | path

Searched refs:pemalloc (Results 26 – 50 of 56) sorted by relevance

123

/PHP-5.4/ext/dba/
H A Ddba_cdb.c102 cdb = pemalloc(sizeof(dba_cdb), info->flags&DBA_PERSISTENT); in DBA_OPEN_FUNC()
H A Ddba_db4.c135 data = pemalloc(sizeof(*data), info->flags&DBA_PERSISTENT);
H A Ddba.c811 info = pemalloc(sizeof(dba_info), persistent); in php_dba_open()
/PHP-5.4/ext/standard/
H A Dassert.c70 ASSERTG(cb) = pemalloc(new_value_length + 1, 1); in PHP_INI_MH()
H A Duser_filters.c524 if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) { in PHP_FUNCTION()
H A Dproc_open.c896 proc = (struct php_process_handle*)pemalloc(sizeof(struct php_process_handle), is_persistent); in PHP_FUNCTION()
H A Darray.c2803 …arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bu… in PHP_FUNCTION()
3113 list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent); in php_array_intersect()
3530 list = (Bucket **) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket *), hash->persistent); in php_array_diff()
/PHP-5.4/ext/iconv/
H A Diconv.c2497 if (NULL == (self->to_charset = pemalloc(to_charset_len + 1, persistent))) { in php_iconv_stream_filter_ctor()
2501 if (NULL == (self->from_charset = pemalloc(from_charset_len + 1, persistent))) { in php_iconv_stream_filter_ctor()
2547 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2598 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2675 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2819 if (NULL == (inst = pemalloc(sizeof(php_iconv_stream_filter), persistent))) { in php_iconv_stream_filter_factory_create()
/PHP-5.4/ext/interbase/
H A Dphp_ibase_udf.c146 char *code = pemalloc(remaining+1, 1); in exec_php()
/PHP-5.4/Zend/
H A Dzend_alloc.h122 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size)) macro
/PHP-5.4/ext/dba/libinifile/
H A Dinifile.c93 dba = pemalloc(sizeof(inifile), persistent); in inifile_alloc()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c699 new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
701 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
H A Dfastcgi.c1083 zvalue = pemalloc(sizeof(*zvalue), 1);
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c326 if (!(pdbh->persistent_id = pemalloc(plen + 1, 1))) { in PHP_METHOD()
1305 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
/PHP-5.4/main/streams/
H A Dxp_socket.c806 sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0); in php_stream_generic_socket_factory()
/PHP-5.4/main/
H A Dnetwork.c1041 sock = pemalloc(sizeof(php_netstream_data_t), persistent_id ? 1 : 0);
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c912 sslsock = pemalloc(sizeof(php_openssl_netstream_data_t), persistent_id ? 1 : 0); in php_openssl_ssl_socket_factory()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c759 new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
761 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
H A Dfastcgi.c1522 zvalue = pemalloc(sizeof(*zvalue), 1);
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c90 zend_mb_regex_globals *pglobals = pemalloc( in php_mb_regex_globals_alloc()
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c56 tmp = pemalloc(i + 1, persistent); in _pdo_pgsql_trim_message()
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c119 stack->elements = (void **) pemalloc(sizeof(void **) * STACK_BLOCK_SIZE, persistent); in sapi_stack_init_ex()
/PHP-5.4/ext/phar/
H A Dtar.c350 entry.filename = pemalloc(entry.filename_len+1, myphar->is_persistent); in phar_parse_tarfile()
H A Dzip.c388 entry.filename = (char *) pemalloc(entry.filename_len + 1, entry.is_persistent); in phar_parse_zipfile()
/PHP-5.4/ext/soap/
H A Dphp_sdl.c146 encodePtr new_enc = pemalloc(sizeof(encode), sdl->is_persistent); in get_encoder()
156 sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent); in get_encoder()

Completed in 110 milliseconds

123