Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_alloc.h74 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
75 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
80 #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) argument
H A Dmysqlnd_alloc.c284 void * _mysqlnd_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
687 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_ME… in mysqlnd_zend_mm_perealloc()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.c842 resize_property_list(int new_size, const OnigCodePoint*** plist, int* psize) in resize_property_list()
873 int new_size = (*psize == 0 ? PROP_INIT_SIZE : *psize * 2); in onigenc_property_list_add_property() local
H A Dst.c104 new_size(size) in new_size() function
/PHP-7.0/Zend/
H A Dzend_alloc.c822 static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
841 static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
1475 size_t new_size; local
1769 size_t new_size = ZEND_MM_ALIGNED_SIZE_EX(size, MAX(REAL_PAGE_SIZE, ZEND_MM_CHUNK_SIZE)); 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-7.0/main/streams/
H A Dplain_wrapper.c847 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
H A Duserspace.c1006 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
/PHP-7.0/ext/standard/
H A Dhtml.c1104 size_t new_size = TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(oldlen); in php_unescape_html_entities() local
/PHP-7.0/ext/exif/
H A Dexif.c2431 size_t new_size, new_move, new_value; in exif_thumbnail_build() local

Completed in 67 milliseconds