Searched defs:realloc (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ | ||
| H A D | sqlite3ext.h | 111 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines 314 #define sqlite3_realloc sqlite3_api->realloc |
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ | ||
| H A D | mbfl_allocators.h | 38 void *(*realloc)(void *, unsigned int); member in struct:_mbfl_allocators 49 #define mbfl_realloc (__mbfl_allocators->realloc) |
Completed in 4 milliseconds