Lines Matching refs:sqlite3_malloc

2398   LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
3725 p = sqlite3_malloc( sizeof(*p) );
3903 z = sqlite3_malloc( p->nDigit+4 );
3968 z = sqlite3_malloc( nDigit+20 );
4407 p->a = sqlite3_malloc(2);
4775 cBuf = sqlite3_malloc(nc);
4797 bBuf = sqlite3_malloc(nb);
5151 cBuf = sqlite3_malloc(nc);
5173 bBuf = sqlite3_malloc(nb);
5892 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
5914 pCur = sqlite3_malloc( sizeof(*pCur) );
6946 pRe = sqlite3_malloc( sizeof(*pRe) );
7393 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
7769 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
7792 pCur = sqlite3_malloc( sizeof(*pCur) );
8324 pNew = sqlite3_malloc( sizeof(*pNew) );
8346 pCur = sqlite3_malloc( sizeof(*pCur) );
9598 char *zFile; /* Filename (sqlite3_malloc()) */
9819 pCsr = sqlite3_malloc(sizeof(*pCsr));
9904 char **pzErrmsg /* OUT: Error message (from sqlite3_malloc) */
10327 u8 *aRes = sqlite3_malloc(nOut);
10726 pNew = sqlite3_malloc(sizeof(ZipfileEntry));
11664 pOut = (Bytef*)sqlite3_malloc(nOut);
11709 Bytef *pOut = sqlite3_malloc(sz);
12088 ** Allocate and return nByte bytes of zeroed memory using sqlite3_malloc().
12095 pRet = sqlite3_malloc(nByte);
12243 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
12260 char **pzErrmsg, /* OUT: sqlite3_malloc()ed error message */
12298 char *zRet = sqlite3_malloc(n);
12703 ** in a buffer allocated by sqlite3_malloc(). sqlite3_free() is called on
12717 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1);
13105 char **pzErr /* OUT: Error message (sqlite3_malloc) */
15037 pNew = (sqlite3_intck*)sqlite3_malloc(sizeof(*pNew) + nDb + 1);
17037 ** sqlite3_malloc(). If successful, a pointer to the buffer is returned.
18732 aPg = (u8*)sqlite3_malloc(2*nMax);
19180 pRet = (sqlite3_recover*)sqlite3_malloc(nByte);
19816 char *zStr = sqlite3_malloc(nBlob*2 + 1);
20993 ** sqlite3_malloc(). Or, if the most recent error does not involve a
23323 a = sqlite3_malloc( n ? n : 1 );
28368 pSession->azFilter = sqlite3_malloc( nByte );