sqliteRealloc_ 184 ext/sqlite/libsqlite/src/sqliteInt.h # define sqliteRealloc(X,Y) sqliteRealloc_(X,Y,__FILE__,__LINE__) sqliteRealloc_ 1108 ext/sqlite/libsqlite/src/sqliteInt.h void *sqliteRealloc_(void*,int,char*,int);