Home
last modified time | relevance | path

Searched refs:xRealloc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h1641 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
H A Dsqlite3.c2680 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
26916 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
26919 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
26927 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);

Completed in 339 milliseconds