Searched refs:sqlite3_realloc (Results 1 – 4 of 4) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3ext.h | 477 #define sqlite3_realloc sqlite3_api->realloc macro
|
| D | sqlite3.h | 3005 SQLITE_API void *sqlite3_realloc(void*, int);
|
| /third_party/sqlite/src/ |
| D | shell.c | 10916 char *zNew = (char*)sqlite3_realloc(pSlot->z, nByte*2); in idxRemFunc() 18470 azCol = sqlite3_realloc(azCol, nAlloc*sizeof(azCol[0])); in tableColumnList() 22297 azName = sqlite3_realloc(azName, (nName+1)*2*sizeof(char*)); in do_meta_command()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 84521 #define sqlite3_realloc chrome_sqlite3_realloc // Line 2967 93559 char *zNew = (char*)sqlite3_realloc(pSlot->z, nByte*2); 94328 azCol = sqlite3_realloc(azCol, nAlloc*sizeof(azCol[0])); 95140 azName = sqlite3_realloc(azName, (nName+1)*2*sizeof(char*)); 120647 - pNew = sqlite3_realloc(c->zToken, c->nAllocated); 120656 - pNew = sqlite3_realloc(c->pToken, c->nTokenAllocated); 120695 - p = sqlite3_realloc(p, sizeof(*p) + nNew); 120748 - aElem2 = (Fts3HashElem **)sqlite3_realloc( 120766 - char *zNew = sqlite3_realloc(pTree->zMalloc, nTerm*2); 120809 - char *aNew = sqlite3_realloc(pWriter->aData, nReq); [all …]
|