Lines Matching refs:sqlite3_malloc
79058 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
80104 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
80226 + p = sqlite3_malloc( sizeof(*p) );
80495 + z = sqlite3_malloc( p->nDigit+4 );
80650 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
80719 - pCur = sqlite3_malloc( sizeof(*pCur) );
81109 + p->a = sqlite3_malloc(2);
81595 - pNew = sqlite3_malloc( sizeof(*pNew) );
81617 - pCur = sqlite3_malloc( sizeof(*pCur) );
82292 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
82323 + pCur = sqlite3_malloc( sizeof(*pCur) );
83649 + pRe = sqlite3_malloc( sizeof(*pRe) );
84282 - p = sqlite3_malloc( sizeof(*p) );
84420 - z = sqlite3_malloc( p->nDigit+4 );
84621 + LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
84877 - p->a = sqlite3_malloc(2);
85193 + pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
85222 + pCur = sqlite3_malloc( sizeof(*pCur) );
86119 - pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
86120 + pNew = sqlite3_malloc( sizeof(*pNew) );
86149 pCur = sqlite3_malloc( sizeof(*pCur) );
87772 - pRe = sqlite3_malloc( sizeof(*pRe) );
88129 char **pzErr /* OUT: Error message (sqlite3_malloc) */
88371 +** sqlite3_malloc(). Or, if the most recent error does not involve a
89189 a = sqlite3_malloc( n ? n : 1 );
95599 - zDel = sqlite3_malloc(nOut);
100185 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
114264 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that
114621 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
114622 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
115336 pCur = sqlite3_malloc( sizeof(*pCur) );
115724 - pNew = sqlite3_malloc( sizeof(*pNew) );
115733 - pCur = sqlite3_malloc( sizeof(*pCur) );
116693 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
117739 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
117861 + p = sqlite3_malloc( sizeof(*p) );
118130 + z = sqlite3_malloc( p->nDigit+4 );
118285 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
118354 - pCur = sqlite3_malloc( sizeof(*pCur) );
118744 + p->a = sqlite3_malloc(2);
119230 - pNew = sqlite3_malloc( sizeof(*pNew) );
119252 - pCur = sqlite3_malloc( sizeof(*pCur) );
119927 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
119958 + pCur = sqlite3_malloc( sizeof(*pCur) );
121284 + pRe = sqlite3_malloc( sizeof(*pRe) );
121917 - p = sqlite3_malloc( sizeof(*p) );
122055 - z = sqlite3_malloc( p->nDigit+4 );
122256 + LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
122512 - p->a = sqlite3_malloc(2);
122828 + pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
122857 + pCur = sqlite3_malloc( sizeof(*pCur) );
123754 - pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
123755 + pNew = sqlite3_malloc( sizeof(*pNew) );
123784 pCur = sqlite3_malloc( sizeof(*pCur) );
125407 - pRe = sqlite3_malloc( sizeof(*pRe) );
125764 char **pzErr /* OUT: Error message (sqlite3_malloc) */
126006 +** sqlite3_malloc(). Or, if the most recent error does not involve a
126824 a = sqlite3_malloc( n ? n : 1 );
133240 - zDel = sqlite3_malloc(nOut);
137826 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
152656 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that
153013 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
153014 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
153728 pCur = sqlite3_malloc( sizeof(*pCur) );
154116 - pNew = sqlite3_malloc( sizeof(*pNew) );
154125 - pCur = sqlite3_malloc( sizeof(*pCur) );
155321 char **pzErr /* OUT: Error message (sqlite3_malloc) */
159648 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
159649 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
160478 + pNew = sqlite3_malloc( sizeof(*pNew) );
160500 + pCur = sqlite3_malloc( sizeof(*pCur) );
160900 - pNew = sqlite3_malloc( sizeof(*pNew) );
160909 - pCur = sqlite3_malloc( sizeof(*pCur) );
167072 pCur = sqlite3_malloc( sizeof(*pCur) );
167656 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
167967 - zDel = sqlite3_malloc(nOut);
171903 +** sqlite3_malloc(). Or, if the most recent error does not involve a
172721 a = sqlite3_malloc( n ? n : 1 );
176693 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that