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

/system/core/toolbox/
H A Ddu.c246 } *htable; local
270 if (!htable)
278 ohtable = htable;
279 htable = calloc(htmask+1, sizeof(*htable));
280 if (!htable)
302 while (htable[h].ino || htable[h].dev) {
303 if ((htable[h].ino == ino) && (htable[
[all...]

Completed in 73 milliseconds