Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/odbc/
H A Dodbc_utils.c62 size_t new_size = php_odbc_connstr_estimate_quote_length(ZSTR_VAL(str)); in PHP_FUNCTION() local
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_alloc.h47 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
48 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
H A Dmysqlnd_alloc.c173 static void * _mysqlnd_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
406 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_perealloc()
/PHP-8.2/Zend/
H A Dzend_objects_API.c134 uint32_t new_size = 2 * EG(objects_store).size; in zend_objects_store_put_cold() local
H A Dzend_alloc.c795 static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
814 static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
1487 size_t new_size; local
1575 size_t new_size; local
1819 size_t new_size = ZEND_MM_ALIGNED_SIZE_EX(size, alignment); local
2854 static void *tracked_realloc(void *ptr, size_t new_size) {
H A Dzend_gc.c530 size_t new_size; in gc_grow_root_buffer() local
H A Dzend_ast.c35 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
/PHP-8.2/ext/standard/
H A Dhtml.c985 size_t new_size; in php_unescape_html_entities() local
/PHP-8.2/main/streams/
H A Dplain_wrapper.c943 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
H A Duserspace.c971 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
/PHP-8.2/ext/exif/
H A Dexif.c2881 size_t new_size, new_move, new_value; in exif_thumbnail_build() local

Completed in 60 milliseconds