Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1255 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
H A Dsqlite3.c1808 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 Dsqlite3.h1666 void *(*xRealloc)(void*,int); /* Resize an allocation */ member
H A Dshell.c4233 return memtraceBase.xRealloc(p, n); in memtraceRealloc()
H A Dsqlite3.c2705 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);