Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17075 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y)) macro
17087 #define SQLITE_REALLOC(x,y) realloc((x),(y)) macro

Completed in 310 milliseconds