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

/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dhashtable.h38 size_t usedLim; member in struct:__anon13383
H A Dhashtable.c54 table->usedLim = INIT_SIZE / 2;
67 if (table->used == table->usedLim) {
85 table->usedLim = newSize/2;
114 p->usedLim = 0;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dhashtable.c71 table->usedLim = INIT_SIZE / 2;
84 if (table->used == table->usedLim) {
102 table->usedLim = newSize/2;
131 p->usedLim = 0;
H A Dhashtable.h56 size_t usedLim; member in struct:__anon12984

Completed in 141 milliseconds