Searched refs:pDB (Results 1 – 1 of 1) sorted by relevance
354 char *pDB = (char*) malloc(newMaxDB * sizeof(char)); // create new memory in GFDGrowStringTableDB() local355 memset(pDB, 0, newMaxDB * sizeof(char)); in GFDGrowStringTableDB()356 … memcpy(pDB, pTable->m_pDB, pTable->m_maxDB); // copy old data into this new location in GFDGrowStringTableDB()359 pTable->m_pDB = pDB; in GFDGrowStringTableDB()435 char *pDB = (char *) malloc(newMaxDB * sizeof(char)); // create new memory in GFDGrowDataTableDB() local436 memset(pDB, 0, newMaxDB * sizeof(char)); in GFDGrowDataTableDB()437 … memcpy(pDB, pTable->m_pDB, pTable->m_maxDB); // copy old data into this new location in GFDGrowDataTableDB()440 pTable->m_pDB = pDB; in GFDGrowDataTableDB()