Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_alloc.h77 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
78 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
83 #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) argument
H A Dmysqlnd_alloc.c281 void * _mysqlnd_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
675 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_ME… in mysqlnd_zend_mm_perealloc()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dst.c120 new_size(size) in new_size() function
/PHP-5.4/main/streams/
H A Dplain_wrapper.c791 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
H A Duserspace.c1039 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
/PHP-5.4/ext/standard/
H A Dhtml.c1092 size_t new_size = TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(oldlen); in php_unescape_html_entities() local
/PHP-5.4/ext/exif/
H A Dexif.c2446 size_t new_size, new_move, new_value; in exif_thumbnail_build() local

Completed in 46 milliseconds