Searched refs:newTable (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dbookmark.c874 BookmarkPtr newTable, bmp; local
881 newTable = (BookmarkPtr) realloc(gBookmarkTable, (size_t) (nb) * sizeof(Bookmark));
882 if (newTable == NULL)
885 gBookmarkTable = newTable;
888 bmp = &newTable[nb - 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/win/bmed/
H A Dbookmark.c874 BookmarkPtr newTable, bmp; local
881 newTable = (BookmarkPtr) realloc(gBookmarkTable, (size_t) (nb) * sizeof(Bookmark));
882 if (newTable == NULL)
885 gBookmarkTable = newTable;
888 bmp = &newTable[nb - 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c5770 copyEntityTable(HASH_TABLE *newTable, argument
5789 newE = (ENTITY *)lookup(newTable, name, sizeof(ENTITY));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/lib/
H A Dxmlparse.c5200 copyEntityTable(HASH_TABLE *newTable, argument
5219 newE = (ENTITY *)lookup(newTable, name, sizeof(ENTITY));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c5769 copyEntityTable(HASH_TABLE *newTable, argument
5788 newE = (ENTITY *)lookup(newTable, name, sizeof(ENTITY));

Completed in 129 milliseconds