Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c3725 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText()
3968 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci()
4407 p->a = sqlite3_malloc(2); in decimalSumStep()
4775 cBuf = sqlite3_malloc(nc); in base64()
4797 bBuf = sqlite3_malloc(nb); in base64()
5151 cBuf = sqlite3_malloc(nc); in base85()
5173 bBuf = sqlite3_malloc(nb); in base85()
10327 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
12095 pRet = sqlite3_malloc(nByte); in idxMalloc()
12298 char *zRet = sqlite3_malloc(n); in expertDequote()
[all …]
H A Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h3086 SQLITE_API void *sqlite3_malloc(int);
H A Dsqlite3.c3399 SQLITE_API void *sqlite3_malloc(int);
26383 void *p = sqlite3_malloc(10); in sqlite3OsInit()
27989 return sqlite3_malloc(nBytes); in memsys3Realloc()
30552 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
90725 pNew = sqlite3_malloc( sizeof(*pNew) );
105663 pNew = sqlite3_malloc( sizeof(*pNew) );
105688 pCur = sqlite3_malloc( sizeof(*pCur) );
137346 sqlite3_malloc,
218823 aOut = sqlite3_malloc(nOut+1);
234913 aSeen = sqlite3_malloc(nPhrase);
[all …]