Home | History | Annotate | Download | only in lib

Lines Matching defs:DELETED

37 #define DELETED		((const char *)h)
84 if (4 * h->deleted < h->total) {
89 } else if (3 * h->deleted > 2 * h->total)
105 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
120 h->total -= h->deleted;
121 h->deleted = 0;
129 if (result == NULL || result == DELETED)
135 h->t[i].p = DELETED;
136 h->deleted++;
137 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total)
145 if (h->t[i].p == DELETED)
157 if (h->t[i].p == DELETED) {
158 h->deleted--;
172 return h->total - h->deleted;
186 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
209 h->total = h->deleted = 0;
245 if (h->t[i].p == DELETED) {
255 h->t[i].p = DELETED;
292 if (h->t[i].p == DELETED) {
300 h->t[i].p = DELETED;