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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c455 ChangeTable(PLDHashTable *table, int deltaLog2) function
558 * Grow or compress table, returning null if ChangeTable fails and
561 if (!ChangeTable(table, deltaLog2) &&
604 /** @todo This is where IPC screws up, avoid the assertion in ChangeTable until it's fixed. */
609 (void) ChangeTable(table, -1);
655 * we can prevent ChangeTable from being called.
709 (void) ChangeTable(table,

Completed in 62 milliseconds