Searched refs:xRealloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 1255 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
|
| H A D | sqlite3.c | 1808 void *(*xRealloc)(void*,int); /* Resize an allocation */ member 18637 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); in sqlite3Realloc() 18640 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); in sqlite3Realloc() 18648 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); in sqlite3Realloc()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1666 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
|
| H A D | shell.c | 4233 return memtraceBase.xRealloc(p, n); in memtraceRealloc()
|
| H A D | sqlite3.c | 2705 void *(*xRealloc)(void*,int); /* Resize an allocation */ member 27744 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 27748 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew); 27757 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
|