Searched defs:new_size (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 77 #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 D | mysqlnd_alloc.c | 284 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-5.6/ext/mbstring/oniguruma/ |
H A D | regenc.c | 842 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 D | st.c | 104 new_size(size) in new_size() function
|
/PHP-5.6/main/streams/ |
H A D | plain_wrapper.c | 814 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
|
H A D | userspace.c | 1055 ptrdiff_t new_size = *(ptrdiff_t*) ptrparam; in php_userstreamop_set_option() local
|
/PHP-5.6/ext/standard/ |
H A D | html.c | 1104 size_t new_size = TRAVERSE_FOR_ENTITIES_EXPAND_SIZE(oldlen); in php_unescape_html_entities() local
|
/PHP-5.6/ext/gd/libgd/ |
H A D | webpimg.c | 783 const int new_size = *p_out_size_bytes + 1; in WebPEncode() local
|
/PHP-5.6/ext/exif/ |
H A D | exif.c | 2440 size_t new_size, new_move, new_value; in exif_thumbnail_build() local
|
Completed in 65 milliseconds