Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1467 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
H A Dsqlite3.c1674 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
21090 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
21093 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
21101 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);

Completed in 319 milliseconds