Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c2782 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
4642 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
4763 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
5056 p->a = sqlite3_malloc(2); in decimalSumStep()
6600 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
7180 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
7687 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
9038 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
9423 pRet = sqlite3_malloc(nByte); in idxMalloc()
9626 char *zRet = sqlite3_malloc(n); in expertDequote()
[all …]
H A Dsqlite3ext.h446 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h2965 SQLITE_API void *sqlite3_malloc(int);
H A Dsqlite3.c3271 SQLITE_API void *sqlite3_malloc(int);
24258 void *p = sqlite3_malloc(10);
25864 return sqlite3_malloc(nBytes);
28383 SQLITE_API void *sqlite3_malloc(int n){
40786 zDel = sqlite3_malloc(nOut);
84773 pNew = sqlite3_malloc( sizeof(*pNew) );
128183 sqlite3_malloc,
191907 zOut = sqlite3_malloc( n+1 );
202484 aOut = sqlite3_malloc(nOut+1);
217614 aSeen = sqlite3_malloc(nPhrase);
[all …]