Searched refs:attrtable (Results 1 – 1 of 1) sorted by relevance
162 struct ATTR **attrtable; variable265 if (key < attrtable[mid]->key) in getattrentry()268 if (key > attrtable[mid]->key) in getattrentry()276 if ((low < attrcount) && (attrtable[low]->key == key)) { in getattrentry()277 pa = attrtable[low]; in getattrentry()281 attrtable[low] = pa; in getattrentry()285 if (!low && attrcount && (attrtable[0]->key > key)) in getattrentry()290 old = attrtable; in getattrentry()291 attrtable = (struct ATTR**)realloc(attrtable, in getattrentry()293 if (attrtable) { in getattrentry()[all …]