Searched defs:newtable (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerrortable.c222 PRErrorCallbackNewTableFn *newtable,
232 callback_newtable = newtable;
220 PR_ErrorInstallCallback(const char * const * languages, PRErrorCallbackLookupFn *lookup, PRErrorCallbackNewTableFn *newtable, struct PRErrorCallbackPrivate *cb_private) argument
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c1944 enum typeid *newtable; local
1950 if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL)
1952 memcpy(newtable, oldtable, oldsize * sizeof(enum typeid));
1954 newtable = realloc(oldtable, newsize * sizeof(enum typeid));
1955 if (newtable == NULL) {
1961 newtable[n] = T_UNUSED;
1963 *typetable = newtable;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtulip.c450 u16 newtable[32]; /* Max length below. */
743 memcpy(ee_data + 26, eeprom_fixups[i].newtable,
744 sizeof(eeprom_fixups[i].newtable));
449 u16 newtable[32]; /* Max length below. */ member in struct:fixups

Completed in 62 milliseconds