Home
last modified time | relevance | path

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

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.h220 #define mnd_erealloc(ptr, new_size) mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C) argument
221 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
226 #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) argument
H A Dmysqlnd_debug.c988 void * _mysqlnd_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_perealloc()
1300 static void * mysqlnd_zend_mm_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_ME… in mysqlnd_zend_mm_perealloc()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.c165 static void rehash(Hash *pH, int new_size){ in rehash()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dst.c120 new_size(size) in new_size() function
/PHP-5.3/main/streams/
H A Dplain_wrapper.c787 ptrdiff_t new_size = *(ptrdiff_t*)ptrparam; in php_stdiop_set_option() local
/PHP-5.3/ext/gmp/
H A Dgmp.c337 static void *gmp_erealloc(void *ptr, size_t old_size, size_t new_size) in gmp_erealloc()
/PHP-5.3/ext/exif/
H A Dexif.c2466 size_t new_size, new_move, new_value; in exif_thumbnail_build() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c21803 static int rehash(Hash *pH, unsigned int new_size){ in rehash()

Completed in 278 milliseconds