Lines Matching refs:sqlite3_malloc
417 b1 = sqlite3_malloc( (sz1+1)*sizeof(b1[0]) ); in sqlite3_fopen()
418 b2 = sqlite3_malloc( (sz2+1)*sizeof(b1[0]) ); in sqlite3_fopen()
443 b1 = sqlite3_malloc( (sz1+1)*sizeof(b1[0]) ); in sqlite3_popen()
444 b2 = sqlite3_malloc( (sz2+1)*sizeof(b1[0]) ); in sqlite3_popen()
467 wchar_t *b1 = sqlite3_malloc( sz*sizeof(wchar_t) ); in sqlite3_fgets()
542 wchar_t *b1 = sqlite3_malloc( (sz+1)*sizeof(wchar_t) ); in sqlite3_fputs()
1925 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
3767 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText()
3945 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
4010 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci()
4449 p->a = sqlite3_malloc(2); in decimalSumStep()
5326 cBuf = sqlite3_malloc(nc); in base64()
5348 bBuf = sqlite3_malloc(nb); in base64()
5706 cBuf = sqlite3_malloc(nc); in base85()
5728 bBuf = sqlite3_malloc(nb); in base85()
6470 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
6492 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
7729 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
8213 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
8593 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
8616 pCur = sqlite3_malloc( sizeof(*pCur) ); in fsdirOpen()
9153 pNew = sqlite3_malloc( sizeof(*pNew) ); in completionConnect()
9175 pCur = sqlite3_malloc( sizeof(*pCur) ); in completionOpen()
10658 pCsr = sqlite3_malloc(sizeof(*pCsr)); in zipfileOpen()
11166 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
11565 pNew = sqlite3_malloc(sizeof(ZipfileEntry)); in zipfileNewEntry()
12503 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc()
12548 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc()
12934 pRet = sqlite3_malloc(nByte); in idxMalloc()
13137 char *zRet = sqlite3_malloc(n); in expertDequote()
13556 zRet = (char*)sqlite3_malloc(nIn + nAppend + 1); in idxAppendText()
15956 pNew = (sqlite3_intck*)sqlite3_malloc(sizeof(*pNew) + nDb + 1); in sqlite3_intck_open()
16164 p = sqlite3_malloc( sizeof(*p) ); in stmtrandFunc()
17104 sqlite3_io_methods *pNew = sqlite3_malloc( sizeof(*pNew) ); in vfstraceOpen()
20984 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()
21448 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()
22113 char *zStr = sqlite3_malloc(nBlob*2 + 1); in output_hex_blob()
25862 a = sqlite3_malloc( n ? n : 1 ); in readHexDb()
31186 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()