Home
last modified time | relevance | path

Searched refs:pemalloc (Results 51 – 62 of 62) sorted by relevance

123

/PHP-7.4/ext/phar/
H A Dtar.c386 entry.filename = pemalloc(entry.filename_len+1, myphar->is_persistent); in phar_parse_tarfile()
H A Dzip.c404 entry.filename = (char *) pemalloc(entry.filename_len + 1, entry.is_persistent); in phar_parse_zipfile()
H A Dphar.c634 Z_PTR_P(metadata) = pemalloc(zip_metadata_len, 1); in phar_parse_metadata()
/PHP-7.4/ext/standard/
H A Darray.c4609 …arTmp = (struct bucketindex *) pemalloc((Z_ARRVAL_P(array)->nNumOfElements + 1) * sizeof(struct bu…
4894 …list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), GC_FLAGS(hash) & IS_ARRAY_…
5305 …list = (Bucket *) pemalloc((hash->nNumOfElements + 1) * sizeof(Bucket), GC_FLAGS(hash) & IS_ARRAY_…
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1892 connection->client_id = (char *)pemalloc(client_id_len+1, connection->is_persistent); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c148 encodePtr new_enc = pemalloc(sizeof(encode), sdl->is_persistent); in get_encoder()
158 sdl->encoders = pemalloc(sizeof(HashTable), sdl->is_persistent); in get_encoder()
/PHP-7.4/Zend/
H A Dzend_API.c3709 property_info = pemalloc(sizeof(zend_property_info), 1); in zend_declare_typed_property()
4024 c = pemalloc(sizeof(zend_class_constant), 1); in zend_declare_class_constant_ex()
H A Dzend_alloc.c2590 return pemalloc(zend_safe_address_guarded(nmemb, size, offset), 1);
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c163 void *p = pemalloc(size, 1); in php_pcre_malloc()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2499 *conn = (odbc_connection *)pemalloc(sizeof(odbc_connection), persistent); in odbc_sqlconnect()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c645 return pemalloc(sz, 1); in _php_mb_allocators_pmalloc()
/PHP-7.4/ext/imap/
H A Dphp_imap.c4974 char *buf = pemalloc(size + 1, 1); in php_mail_gets()

Completed in 112 milliseconds

123