Home
last modified time | relevance | path

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

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_alloc.h56 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
57 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
62 #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) argument
H A Dmysqlnd_alloc.c286 static void * _mysqlnd_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
724 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_ME… in mysqlnd_zend_mm_perealloc()
/PHP-7.3/Zend/
H A Dzend_objects_API.c143 uint32_t new_size = 2 * EG(objects_store).size; in zend_objects_store_put() local
H A Dzend_alloc.c780 static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
799 static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
1465 size_t new_size; local
1553 size_t new_size; local
1799 size_t new_size = ZEND_MM_ALIGNED_SIZE_EX(size, alignment); local
H A Dzend_ast.c34 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
H A Dzend_gc.c521 size_t new_size; in gc_grow_root_buffer() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dst.c104 new_size(size) in new_size() function
H A Dregexec.c1518 size_t new_size; in stack_double() local
H A Dregparse.c1230 int new_size = s->alloc * 2; in callout_func_list_add() local
/PHP-7.3/ext/standard/
H A Dhtml.c1101 size_t new_size; in php_unescape_html_entities() local
/PHP-7.3/main/streams/
H A Duserspace.c997 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
H A Dplain_wrapper.c860 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
/PHP-7.3/ext/exif/
H A Dexif.c2835 size_t new_size, new_move, new_value; in exif_thumbnail_build() local

Completed in 127 milliseconds